[go: up one dir, main page]

Trait moka::future::ConcurrentCacheExt[][src]

pub trait ConcurrentCacheExt<K, V> {
    fn sync(&self);
}
Expand description

Provides extra methods that will be useful for testing.

Required methods

Performs any pending maintenance operations needed by the cache.

Implementors