Module git_odb::pack::cache[][src]

Modules

lru

Various implementations of DecodeEntry using least-recently-used algorithms.

Structs

Never

A cache that stores nothing and retrieves nothing, thus it never caches.

Traits

DecodeEntry

A trait to model putting objects at a given pack offset into a cache, and fetching them.