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.