Expand description
Modules§
- lru
pack-cache-lru-dynamic
orpack-cache-lru-static
- Various implementations of
DecodeEntry
using least-recently-used algorithms. - object
- Note
Structs§
- Never
- A cache that stores nothing and retrieves nothing, thus it never caches.
Traits§
- Decode
Entry - A trait to model putting objects at a given pack
offset
into a cache, and fetching them. - Object
- A way of storing and retrieving entire objects to and from a cache.