L1Cache

Type Alias L1Cache 

Source
pub type L1Cache = MokaCache;
Expand description

Type alias for MokaCache (default L1 backend)

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

Aliased Typeยง

pub struct L1Cache { /* private fields */ }