⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_cache_info

Function get_cache_info 

Source
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().