Module git_pack::cache::object[][src]

Expand description

Note

This module is a bit ‘misplaced’ if spelled out like ‘git_pack::cache::object::*’ but is best placed here for code re-use and general usefulnes.

Structs

An LRU cache with hash map backing and an eviction rule based on the memory usage for object data in bytes.

A cache implementation that doesn’t do any caching.