remotecache 0.0.0

A general purpose cache with possibly multiple remote servers for storing and retrieving data.
Documentation
1
2
3
4
//! Utilities for persistent caching.

pub mod client;
pub mod server;