A simple least-recently-used (LRU) cache.
Class LRUCache A class which manages a cache of entries, removing unused ones.
Class LRUSizeCache An LRUCache that removes things based on the size of the values.
Class _LRUNode This maintains the linked-list which is the lru internals.
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.