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