Module git_pack::cache [−][src]
Expand description
Modules
Various implementations of DecodeEntry
using least-recently-used algorithms.
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.