pub type CachePart<T> = HashMap<String, Vec<T>>;
The Cache for devouredby queries.
devouredby
pub struct CachePart<T> { /* private fields */ }