pub type CacheCallback = Arc<dyn Fn(CacheEvent) + Sync + Send>;
Callback for cache events
pub struct CacheCallback { /* private fields */ }