Skip to main content

MemoryCache

Type Alias MemoryCache 

Source
pub type MemoryCache = LruTtlCache;
Expand description

Memory cache layer (simplified for compatibility)

Aliased Typeยง

pub struct MemoryCache { /* private fields */ }