Skip to main content

EntityCache

Type Alias EntityCache 

Source
pub type EntityCache = LruModelCache<Entity>;
Expand description

LRU cache for Entity elements

Aliased Typeยง

pub struct EntityCache { /* private fields */ }