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

Provides extra methods that will be useful for testing.

Required Methods

Performs any pending maintenance operations needed by the cache.

Implementors