Module git_odb::pack::cache::lru [−][src]
Various implementations of DecodeEntry
using least-recently-used algorithms.
Structs
MemoryCappedHashmap | An LRU cache with hash map backing and an eviction rule based on the memory usage for object data in bytes. |
StaticLinkedList | A cache using a least-recently-used implementation capable of storing the |