[go: up one dir, main page]

Struct cached::stores::Cache [] [src]

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

Default unbounded cache

Methods

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

Creates an empty Cache

Creates an empty Cache with a given pre-allocated capacity

Trait Implementations

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