Module vec_cache

Source

Structs§

CacheMap
VecCache
Represents a vector that implements the Cacheable trait so it can be held in a cache.

Traits§

Cacheable
Trait that allows for checking if an implementor is dirty. Useful for types that are cached so it can be checked if they need to be committed to disk.