Elgg
Version 1.11
|
Public Member Functions | |
get ($key, callable $callback) | |
invalidate ($key) | |
put ($key, $value) | |
Definition at line 17 of file NullPool.php.
Elgg\Cache\NullPool::get | ( | $key, | |
callable | $callback | ||
) |
Implements Elgg\Cache\Pool.
Definition at line 19 of file NullPool.php.
Elgg\Cache\NullPool::invalidate | ( | $key | ) |
Implements Elgg\Cache\Pool.
Definition at line 24 of file NullPool.php.
Elgg\Cache\NullPool::put | ( | $key, | |
$value | |||
) |
Implements Elgg\Cache\Pool.
Definition at line 29 of file NullPool.php.