[go: up one dir, main page]

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

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

Provides extra methods that will be useful for testing.

Required methods

fn sync(&self)[src]

Performs any pending maintenance operations needed by the cache.

Loading content...

Implementors

impl<K, V, S> ConcurrentCacheExt<K, V> for Cache<K, V, S> where
    K: Hash + Eq,
    S: BuildHasher + Clone
[src]

Loading content...