Enum mouscache::Cache[][src]

pub enum Cache {
    Memory(MemoryCache),
    Redis(RedisCache),
}

Variants

Methods

impl Cache
[src]

Trait Implementations

impl Clone for Cache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl CacheFunc for Cache
[src]

impl Send for Cache
[src]

impl Sync for Cache
[src]