Skip to main content

CachePart

Type Alias CachePart 

Source
pub type CachePart<T> = HashMap<String, Vec<T>>;
Expand description

The Cache for devouredby queries.

Aliased Typeยง

pub struct CachePart<T> { /* private fields */ }