cache_size

Function cache_size 

Source
pub fn cache_size(_level: u8, _cache_type: CacheType) -> Option<usize>
Expand description

Returns the total size in bytes of level cache with type cache_type.

This is the implementation for unsupported architectures, and always returns None.