Struct rust_cache::hash_map::HashMapCache [] [src]

pub struct HashMapCache { /* fields omitted */ }

Methods

impl HashMapCache
[src]

This cache allows for in memory caching. this can be useful for really simple caching requirements where you dont want to have to use a filesystem or some external storage but still want caching

Trait Implementations

impl Cache for HashMapCache
[src]