Elgg
Version 2.3
|
Implements the caching API but doesn't actually do any caching. More...
Public Member Functions | |
get ($key, callable $callback=null, $default=null) | |
invalidate ($key) | |
put ($key, $value) | |
Implements the caching API but doesn't actually do any caching.
Pass an instance of this class as a cache value to turn off caching.
WARNING: API IN FLUX. DO NOT USE DIRECTLY.
private
Elgg\Cache\Pool\Noop::get | ( | $key, | |
callable | $callback = null , |
||
$default = null |
|||
) |
Implements Elgg\Cache\Pool.
Elgg\Cache\Pool\Noop::invalidate | ( | $key | ) |
Implements Elgg\Cache\Pool.
Elgg\Cache\Pool\Noop::put | ( | $key, | |
$value | |||
) |
Implements Elgg\Cache\Pool.