gix_pack::cache

Module object

source
Expand description

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§

  • MemoryCappedHashmapobject-cache-dynamic
    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.