Skip to main content

SharedServiceConfigCache

Type Alias SharedServiceConfigCache 

Source
pub type SharedServiceConfigCache = Arc<ServiceConfigCache>;
Expand description

A shared, thread-safe cache wrapped in Arc

Aliased Typeยง

pub struct SharedServiceConfigCache { /* private fields */ }