Struct any_cache::DummyCache [] [src]

pub struct DummyCache;

Methods

impl DummyCache
[src]

Trait Implementations

impl Default for DummyCache
[src]

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

impl<K> Cache<K> for DummyCache
[src]