//! Convenience re-exports for the most common cachekit types.
//!
//! Import everything with:
//!
//! ```
//! use cachekit::prelude::*;
//! ```
//!
//! This gives you the main [`Cache`] trait, the optional capability traits,
//! and the [`CacheBuilder`] entry point. Concrete policy types are available
//! from their respective modules ([`policy`](crate::policy)).
pub use crate;
pub use crate;
pub use crateCacheMetricsSnapshot;