Elgg
Version 1.9
|
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 |