Trait mini_moka::sync::ConcurrentCacheExt
source · pub trait ConcurrentCacheExt<K, V> {
// Required method
fn sync(&self);
}
Available on crate feature
sync
only.Expand description
Provides extra methods that will be useful for testing.