Elgg
Version 6.0
|
This is the complete list of members for Elgg\Cache\LRUCache, including all inherited members.
$data | Elgg\Cache\LRUCache | protected |
$maximumSize | Elgg\Cache\LRUCache | protected |
__construct(int $size) | Elgg\Cache\LRUCache | |
clear() | Elgg\Cache\LRUCache | |
containsKey($key) | Elgg\Cache\LRUCache | |
get($key, $default=null) | Elgg\Cache\LRUCache | |
offsetExists($offset) | Elgg\Cache\LRUCache | |
offsetGet($offset) | Elgg\Cache\LRUCache | |
offsetSet($offset, $value) | Elgg\Cache\LRUCache | |
offsetUnset($offset) | Elgg\Cache\LRUCache | |
recordAccess($key) | Elgg\Cache\LRUCache | protected |
remove($key) | Elgg\Cache\LRUCache | |
set($key, $value) | Elgg\Cache\LRUCache | |
size() | Elgg\Cache\LRUCache |