Struct any_cache::HashCache [] [src]

pub struct HashCache { /* fields omitted */ }

An implementation of a cache with a HashMap.

Methods

impl HashCache
[src]

Trait Implementations

impl Default for HashCache
[src]

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

impl Cache for HashCache
[src]