pub type SharedCache = Arc<RwLock<SessionCache>>;Expand description
Thread-safe handle to the shared file content cache.
Aliased Typeยง
pub struct SharedCache { /* private fields */ }pub type SharedCache = Arc<RwLock<SessionCache>>;Thread-safe handle to the shared file content cache.
pub struct SharedCache { /* private fields */ }