Expand description
Prelude of the module.
Provides basic types across the module whose names shouldn’t conflict with any other imported elements from other crates.
Re-exports§
pub use crate::generative::TryGenCacheStore;
pub use crate::generative::TryGenCacheStoreWrapper;
pub use crate::stores::MemoryStore;
pub use crate::thread_safe::generative::ThreadSafeGenTryCacheStoreWrapper;
pub use crate::thread_safe::generative::ThreadSafeTryGenCacheStore;
pub use crate::thread_safe::ThreadSafeTryCacheStore;
pub use crate::CacheStore;
pub use crate::TryCacheStore;