[go: up one dir, main page]

pub type NewObjectCacheFn = dyn Fn() -> Box<ObjectCache> + Send + Sync + 'static;
Expand description

A constructor for boxed object caches.