Struct any_cache::DummyCache [] [src]

pub struct DummyCache;

An implementation of a cache that actually doesn’t cache at all.

Methods

impl DummyCache
[src]

Trait Implementations

impl Default for DummyCache
[src]

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

impl Cache for DummyCache
[src]