Struct cached::stores::UnboundCache [] [src]

pub struct UnboundCache<K: Hash + Eq, V> { /* fields omitted */ }

Default unbounded cache

Methods

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

Creates an empty UnboundCache

Creates an empty UnboundCache with a given pre-allocated capacity

Trait Implementations

impl<K: Hash + Eq, V> Cached<K, V> for UnboundCache<K, V>
[src]