Expand description
Pluggable cache repository implementations.
Each backend implements camel_api::cache::CacheRepository and is
registered with the runtime through the cache registry.
Re-exports§
pub use memory::MemoryCacheRepository;pub use redb::RedbCacheRepository;