Struct clockpro_cache::ClockProCache [] [src]

pub struct ClockProCache<K, V> {
    // some fields omitted
}

Methods

impl<K, V> ClockProCache<K, V> where K: Eq + Hash
[src]

Trait Implementations

impl<K, V> Send for ClockProCache<K, V> where K: Send, V: Send
[src]