File size: 259 Bytes
049b1c1 cecffe4 5f1a439 76795c4 996ff84 |
1 2 3 4 5 6 7 8 |
//! This module provides the modules which provide the functionality to cache the aggregated
//! results fetched and aggregated from the upstream search engines in a json format.
pub mod cacher;
pub mod error;
#[cfg(feature = "redis")]
pub mod redis_cacher;
|