Struct git_pack::cache::Never [−][src]
pub struct Never;
Expand description
A cache that stores nothing and retrieves nothing, thus it never caches.
Trait Implementations
Store a fully decoded object at offset
of kind
with compressed_size
and data
in the cache. Read more