MediaWiki
1.23.2
|
Overrides some ProcessCacheLRU methods and properties accessibility. More...
Public Member Functions | |
getCache () | |
getEntriesCount () | |
Public Member Functions inherited from ProcessCacheLRU | |
__construct ( $maxKeys) | |
clear ( $keys=null) | |
Clear one or several cache entries, or all cache entries. More... | |
get ( $key, $prop) | |
Get a property field for a cache entry. More... | |
has ( $key, $prop, $maxAge=0) | |
Check if a property field exists for a cache entry. More... | |
set ( $key, $prop, $value) | |
Set a property field for a cache entry. More... | |
Public Attributes | |
$cache = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from ProcessCacheLRU | |
ping ( $key) | |
Push an entry to the top of the cache. More... | |
Protected Attributes inherited from ProcessCacheLRU | |
Array | $cache = array() |
Array | $cacheTimes = array() |
$maxCacheKeys | |
Overrides some ProcessCacheLRU methods and properties accessibility.
Definition at line 227 of file ProcessCacheLRUTest.php.
ProcessCacheLRUTestable::getCache | ( | ) |
Definition at line 230 of file ProcessCacheLRUTest.php.
References $cache.
ProcessCacheLRUTestable::getEntriesCount | ( | ) |
Definition at line 234 of file ProcessCacheLRUTest.php.
References cache.
ProcessCacheLRUTestable::$cache = array() |
Definition at line 228 of file ProcessCacheLRUTest.php.
Referenced by getCache().