CacheInfo.associativity

Number of ways of associativity, eg:
1 = direct mapped
2 = 2-way set associative
3 = 3-way set associative
ubyte.max = fully associative

struct CacheInfo
ubyte associativity;

Meta