remcached 0.3.0

Caching system designed for efficient storage and retrieval of entities from remote repositories (REST APIs, Database, ...etc)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cache_manager;
pub mod r_cache;
pub mod r_commands;
pub mod r_cache_config;
pub mod cache_manager_config;
pub mod types;
pub mod errors;
pub mod async_executor;
mod cache_task;
mod metrics;
mod utils;