pub type NewPackCacheFn = dyn Fn() -> Box<PackCache> + Send + Sync + 'static;
A constructor for boxed pack caches.