pub type CompiledQueryCache = LruQueryCache<Vec<u8>>;Expand description
Pre-compiled query plan cache. Uses Vec<u8> as a stand-in for compiled
plan bytecode or serialised plan structures.
Aliased Typeยง
pub struct CompiledQueryCache { /* private fields */ }