pub fn get_cache_info() -> RwLockReadGuard<'static, CacheTopology>Expand description
Access the global cache topology (read-only).
Returns a read guard to the topology. Panics if called before init().
pub fn get_cache_info() -> RwLockReadGuard<'static, CacheTopology>Access the global cache topology (read-only).
Returns a read guard to the topology. Panics if called before init().