Module persistentcache::storage[][src]

Implementation of different persistent storages. Currently on disk (FileStorage and FileMemoryStorage) and in Redis (RedisStorage).

Re-exports

pub use storage::file::FileStorage;
pub use storage::file_memory::FileMemoryStorage;
pub use storage::redis::RedisStorage;

Modules

file

FileStorage

file_memory

FileMemoryStorage

redis

RedisStorage