Expand description
Modules§
- lru
pack-cache-lru-dynamic
orpack-cache-lru-static
Various implementations ofDecodeEntry
using least-recently-used algorithms. - This module is a bit ‘misplaced’ if spelled out like ‘
gix_pack::cache::object::
*’ but is best placed here for code reuse and general usefulness.
Structs§
- A cache that stores nothing and retrieves nothing, thus it never caches.
Traits§
- A trait to model putting objects at a given pack
offset
into a cache, and fetching them. - A way of storing and retrieving entire objects to and from a cache.