Cache.remove

bool remove(string key) @safe

Removes a specific entry from the cache.

Parameters

keyCache key

Returns

true if the entry was removed, false if it didn't exist