Expand description
Cache backend implementations.
Re-exports§
pub use inmemory::InMemoryBackend;
Modules§
- inmemory
- In-memory cache backend (default, thread-safe, async).
Traits§
- Cache
Backend - Trait for cache backend implementations.
Cache backend implementations.
pub use inmemory::InMemoryBackend;