Skip to main content

SharedCache

Type Alias SharedCache 

Source
pub type SharedCache = Arc<RwLock<SessionCache>>;
Expand description

Thread-safe handle to the shared file content cache.

Aliased Typeยง

pub struct SharedCache { /* private fields */ }