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
Implementors
impl<K, V, S> ConcurrentCacheExt<K, V> for Cache<K, V, S> where
K: Hash + Eq,
S: BuildHasher + Clone, [src]
impl<K, V, S> ConcurrentCacheExt<K, V> for Cache<K, V, S> where
K: Hash + Eq,
S: BuildHasher + Clone, [src]