found will be false and value will be T.init.
Cache.get
Tuple!(bool, "found", T, "value") get(string key) @safeRetrieves a value from the cache.
Parameters
key | Cache key |
Returns
A tuple containing (found, value). If not found or expired,
Tuple!(bool, "found", T, "value") get(string key) @safeRetrieves a value from the cache.
key | Cache key |
found will be false and value will be T.init.