CacheType different types of caches used by processors
CacheType
Unified cache, used for both instructions and data
Instruction cache, used for storing instructions only
Data cache, used for storing data only
Trace cache, used for storing instruction traces
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Provides a string representation of the cache type where the first letter is capitalized and the rest are in lowercase.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.