/// Size, line size and sharing degree of one cache instance.
///
/// The library stores caches per CORE KIND (L1d/L1i/L2 are uniform within a
/// kind on all shipping silicon) and per L3 DOMAIN - never per core, which
/// only duplicates identical data, and never per socket, which cannot
/// represent chiplet parts. Cache level/type enums remain internal parsing
/// vocabulary for the platform detectors.