pub type SharedCache = Mutex<FxHashMap<String, Arc<dyn Any + Send + Sync>>>;
Type-erased cache of Arc<T> entries shared across connections to one DB.
Arc<T>
pub struct SharedCache { /* private fields */ }