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

Structs

LRU

A least-recently-used cache to accelerate pack traversal

Noop

A cache that stores nothing and retrieves nothing.

Traits

DecodeEntry

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