pub trait ConcurrentCacheExt<K, V> {
    fn sync(&self);
}
This is supported on crate feature dash only.
Expand description

Provides extra methods that will be useful for testing.

Required methods

Performs any pending maintenance operations needed by the cache.

Implementors