Struct any_cache::HashCache [] [src]

pub struct HashCache<K> { /* fields omitted */ }

Methods

impl<K> HashCache<K> where
    K: Eq + Hash
[src]

Trait Implementations

impl<K> Default for HashCache<K> where
    K: Eq + Hash
[src]

Returns the "default value" for a type. Read more

impl<K> Cache<K> for HashCache<K> where
    K: Eq + Hash
[src]