Module backend

Module backend 

Source
Expand description

Cache backend implementations.

Re-exports§

pub use inmemory::InMemoryBackend;

Modules§

inmemory
In-memory cache backend (default, thread-safe, async).

Traits§

CacheBackend
Trait for cache backend implementations.