MediaWiki REL1_32
|
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. | |
get ( $key, $prop) | |
Get a property field for a cache entry. | |
getSize () | |
Get cache size. | |
has ( $key, $prop, $maxAge=0.0) | |
Check if a property field exists for a cache entry. | |
resize ( $maxKeys) | |
Resize the maximum number of cache entries, removing older entries as needed. | |
set ( $key, $prop, $value) | |
Set a property field for a cache entry. | |
Additional Inherited Members | |
Protected Attributes inherited from ProcessCacheLRU | |
MapCacheLRU | $cache |
Overrides some ProcessCacheLRU methods and properties accessibility.
Definition at line 258 of file ProcessCacheLRUTest.php.
ProcessCacheLRUTestable::getCache | ( | ) |
Definition at line 259 of file ProcessCacheLRUTest.php.
References cache.
ProcessCacheLRUTestable::getEntriesCount | ( | ) |
Definition at line 263 of file ProcessCacheLRUTest.php.
References cache.