Elgg
Version 1.11
|
Public Member Functions | |
get ($key, callable $callback) | |
invalidate ($key) | |
put ($key, $value) | |
Definition at line 19 of file MemoryPool.php.
Elgg\Cache\MemoryPool::get | ( | $key, | |
callable | $callback | ||
) |
Implements Elgg\Cache\Pool.
Definition at line 26 of file MemoryPool.php.
Elgg\Cache\MemoryPool::invalidate | ( | $key | ) |
Implements Elgg\Cache\Pool.
Definition at line 36 of file MemoryPool.php.
Elgg\Cache\MemoryPool::put | ( | $key, | |
$value | |||
) |
Implements Elgg\Cache\Pool.
Definition at line 43 of file MemoryPool.php.