MediaWiki  1.33.0
ProcessCacheLRUTestable Class Reference

Overrides some ProcessCacheLRU methods and properties accessibility. More...

Inheritance diagram for ProcessCacheLRUTestable:
Collaboration diagram for ProcessCacheLRUTestable:

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...
 
 getSize ()
 Get cache size. More...
 
 has ( $key, $prop, $maxAge=0.0)
 Check if a property field exists for a cache entry. More...
 
 resize ( $maxKeys)
 Resize the maximum number of cache entries, removing older entries as needed. More...
 
 set ( $key, $prop, $value)
 Set a property field for a cache entry. More...
 

Additional Inherited Members

- Protected Attributes inherited from ProcessCacheLRU
MapCacheLRU $cache
 

Detailed Description

Overrides some ProcessCacheLRU methods and properties accessibility.

Definition at line 256 of file ProcessCacheLRUTest.php.

Member Function Documentation

◆ getCache()

ProcessCacheLRUTestable::getCache ( )

Definition at line 257 of file ProcessCacheLRUTest.php.

References cache.

◆ getEntriesCount()

ProcessCacheLRUTestable::getEntriesCount ( )

Definition at line 261 of file ProcessCacheLRUTest.php.

References cache, and captcha-old\count.


The documentation for this class was generated from the following file: