1 2 3 4 5 6 7
mod adapters; pub mod in_memory; pub mod memcache; pub mod redis; pub use adapters::CacheAdapters;