|
Elgg
Version 2.3
|
An in-memory implementation of a cache pool. More...
Public Member Functions | |
| get ($key, callable $callback=null, $default=null) | |
| @inheritDoc More... | |
| invalidate ($key) | |
| @inheritDoc More... | |
| put ($key, $value) | |
| @inheritDoc More... | |
An in-memory implementation of a cache pool.
NB: Data put into this cache is not persisted between requests.
WARNING: API IN FLUX. DO NOT USE DIRECTLY.
@access private
Definition at line 18 of file InMemory.php.
| Elgg\Cache\Pool\InMemory::get | ( | $key, | |
| callable | $callback = null, |
||
$default = null |
|||
| ) |
| Elgg\Cache\Pool\InMemory::invalidate | ( | $key | ) |
| Elgg\Cache\Pool\InMemory::put | ( | $key, | |
| $value | |||
| ) |