Elgg
Version 1.11
|
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($size) | Elgg\Cache\LRUCache | |
clear() | Elgg\Cache\LRUCache | |
containsKey($key) | Elgg\Cache\LRUCache | |
get($key, $default=null) | Elgg\Cache\LRUCache | |
offsetExists($key) | Elgg\Cache\LRUCache | |
offsetGet($key) | Elgg\Cache\LRUCache | |
offsetSet($key, $value) | Elgg\Cache\LRUCache | |
offsetUnset($key) | Elgg\Cache\LRUCache | |
recordAccess($key) | Elgg\Cache\LRUCache | protected |
remove($key) | Elgg\Cache\LRUCache | |
set($key, $value) | Elgg\Cache\LRUCache | |
size() | Elgg\Cache\LRUCache |