gix_odb::cache

Type Alias NewObjectCacheFn

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

A constructor for boxed object caches.