L2Cache

Type Alias L2Cache 

Source
pub type L2Cache = RedisCache;
Expand description

Type alias for RedisCache (default L2 backend)

Note: This is a type alias for backward compatibility. Consider using RedisCache directly in new code.

Aliased Typeยง

pub struct L2Cache { /* private fields */ }