pub trait ConcurrentCacheExt<K, V> {
// Required method
fn sync(&self);
}
Expand description
Provides extra methods that will be useful for testing.
pub trait ConcurrentCacheExt<K, V> {
// Required method
fn sync(&self);
}
Provides extra methods that will be useful for testing.