$memcached->getOrSet()
Returns a value by either getting it from the cache or via the callback function which then is stored in the cache for future retrieval. This method cannot be used for null
as value to be cached.
Parameters
Name | Type | Default |
---|---|---|
$key * | string |
– |
$result * | Closure |
– |
$minutes | int |
0 |
Parent class
Kirby\Cache\MemCached
inherited from Kirby\Cache\Cache