Crate bss_oss_cache

Crate bss_oss_cache 

Source
Expand description

Redis Caching Layer

Provides a unified caching interface with Redis backend Supports TTL, invalidation, and cache warming

Re-exports§

pub use client::CacheClient;
pub use error::CacheError;

Modules§

client
Redis cache client
error
Cache error types