Skip to main content

SharedCache

Type Alias SharedCache 

Source
pub type SharedCache = Mutex<FxHashMap<String, Arc<dyn Any + Send + Sync>>>;
Expand description

Type-erased cache of Arc<T> entries shared across connections to one DB.

Aliased Typeยง

pub struct SharedCache { /* private fields */ }