ProcessorCacheImpl
class ProcessorCacheImpl(val level: Byte, val associativity: Byte, val lineSize: Short, val cacheSize: Int, val type: CacheType) : ProcessorCache
ProcessorCacheImpl
is an implementation of the ProcessorCache
interface that represents a processor's cache with its associated properties such as level, associativity, line size, cache size, and type.
This implementation provides the specific values for each of these properties for a given cache.
Author
N7ghtm4r3