MediaWiki REL1_33
|
Public Member Functions | |
testClear () | |
HashBagOStuff::clear. | |
testConstruct () | |
HashBagOStuff::__construct. | |
testConstructBadNeg () | |
HashBagOStuff::__construct InvalidArgumentException. | |
testConstructBadType () | |
HashBagOStuff::__construct InvalidArgumentException. | |
testConstructBadZero () | |
HashBagOStuff::__construct InvalidArgumentException. | |
testDelete () | |
HashBagOStuff::delete. | |
testEvictionAdd () | |
Ensure maxKeys eviction prefers keeping new keys. | |
testEvictionGet () | |
Ensure maxKeys eviction prefers recently retrieved keys (LRU). | |
testEvictionSet () | |
Ensure maxKeys eviction prefers recently set keys even if the keys pre-exist. | |
testExpire () | |
HashBagOStuff::doGet HashBagOStuff::expire. | |
Definition at line 8 of file HashBagOStuffTest.php.
HashBagOStuffTest::testClear | ( | ) |
HashBagOStuffTest::testConstruct | ( | ) |
HashBagOStuff::__construct.
Definition at line 15 of file HashBagOStuffTest.php.
HashBagOStuffTest::testConstructBadNeg | ( | ) |
HashBagOStuff::__construct InvalidArgumentException.
Definition at line 34 of file HashBagOStuffTest.php.
References $cache.
HashBagOStuffTest::testConstructBadType | ( | ) |
HashBagOStuff::__construct InvalidArgumentException.
Definition at line 42 of file HashBagOStuffTest.php.
References $cache.
HashBagOStuffTest::testConstructBadZero | ( | ) |
HashBagOStuff::__construct InvalidArgumentException.
Definition at line 26 of file HashBagOStuffTest.php.
References $cache.
HashBagOStuffTest::testDelete | ( | ) |
HashBagOStuffTest::testEvictionAdd | ( | ) |
Ensure maxKeys eviction prefers keeping new keys.
HashBagOStuff::set
Definition at line 99 of file HashBagOStuffTest.php.
References $cache.
HashBagOStuffTest::testEvictionGet | ( | ) |
Ensure maxKeys eviction prefers recently retrieved keys (LRU).
HashBagOStuff::doGet HashBagOStuff::hasKey
Definition at line 144 of file HashBagOStuffTest.php.
HashBagOStuffTest::testEvictionSet | ( | ) |
Ensure maxKeys eviction prefers recently set keys even if the keys pre-exist.
HashBagOStuff::set
Definition at line 118 of file HashBagOStuffTest.php.
HashBagOStuffTest::testExpire | ( | ) |
HashBagOStuff::doGet HashBagOStuff::expire.
Definition at line 78 of file HashBagOStuffTest.php.
References $cache.