module documentation
A simple least-recently-used (LRU) cache.
Class |
|
A class which manages a cache of entries, removing unused ones. |
Class |
|
An LRUCache that removes things based on the size of the values. |
Class | _ |
This maintains the linked-list which is the lru internals. |
Variable | _null |
Undocumented |