Skip to main content

SqlCacheHandle

Type Alias SqlCacheHandle 

Source
pub type SqlCacheHandle = Arc<SharedCache>;
Expand description

Cloneable handle to the per-Database shared cache.

Aliased Typeยง

pub struct SqlCacheHandle { /* private fields */ }