Skip to main content

Module cache

Module cache 

Source
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;

Modules§

memory
In-memory cache backend backed by moka.
redb
Redb-backed persistent cache repository.