Cache.remove
bool remove(string key) @safeRemoves a specific entry from the cache.
Parameters
key | Cache key |
Returns
true if the entry was removed, false if it didn't exist
bool remove(string key) @safeRemoves a specific entry from the cache.
key | Cache key |