Cache.contains
bool contains(string key) @safeChecks if a key exists in the cache and is not expired.
Parameters
key | Cache key |
Returns
true if the key exists and is not expired
bool contains(string key) @safeChecks if a key exists in the cache and is not expired.
key | Cache key |