cachePressureWarningThresholdSpec constant

ChartRuntimePerformancePolicyFieldSpec const cachePressureWarningThresholdSpec

Implementation

static const cachePressureWarningThresholdSpec =
    ChartRuntimePerformancePolicyFieldSpec(
      canonicalField: cachePressureWarningThreshold,
      aliases: cachePressureWarningThresholdAliases,
      kind: ChartRuntimePerformancePolicyFieldKind.unitRatio,
      description: 'Cache memory pressure ratio that triggers budget review.',
    );