Skip to main content

Module cache

Module cache 

Source

Re-exports§

pub use self::core::Cache;
pub use self::core::CacheBuilder;
pub use self::core::Entry;
pub use self::core::OccupiedEntry;
pub use self::core::VacantEntry;
pub use algorithm::Algorithm;
pub use algorithm::Lru;
pub use budget::HasSize;
pub use budget::MaxSize;
pub use error::CacheError;
pub use factory::WithFactory;
pub use handle::Handle;
pub use inspect::CacheInspect;
pub use inspect::CacheRegistry;
pub use inspect::CacheStatsSnapshot;
pub use inspect::InspectCaches;
pub use lookup::HashLookup;
pub use lookup::LinearLookup;
pub use lookup::Lookup;
pub use lookup::NodeId;
pub use lookup::OrdLookup;
pub use stats::CacheStats;

Modules§

algorithm
budget
core
error
factory
handle
inspect
lookup
stats

Type Aliases§

LruBTreeCache
LruCache
LruLinearCache