Type Alias gix_odb::cache::NewObjectCacheFn
source ยท pub type NewObjectCacheFn = dyn Fn() -> Box<ObjectCache> + Send + Sync + 'static;
Expand description
A constructor for boxed object caches.
pub type NewObjectCacheFn = dyn Fn() -> Box<ObjectCache> + Send + Sync + 'static;
A constructor for boxed object caches.