class documentation
class TestLRUCache(TestCase):
Test that LRU cache properly keeps track of entries.
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Accessing entries bumps them up in priority. |
Method | test |
Undocumented |
Method | test |
Test that we can use a cleanup function. |
Method | test |
Undocumented |
Method | test |
Replacing an object should cleanup the old value. |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test_map_ |
Undocumented |
Method | test |
Undocumented |
Method | test |
Adding extra entries will pop out old ones. |
Method | test |
Undocumented |
Method | test |
Undocumented |
Method | test |
Undocumented |
Inherited from TestCase
:
Method | override |
Undocumented |
Method | set |
Undocumented |