TrackCachePressureMonitorStatusChange(string, bool, double?, double?, double?)
abstract
public abstract void TrackCachePressureMonitorStatusChange(string pressureMonitorType, bool underPressure, double? cachePressureContributionCount, double? currentPressure, double? flowControlThreshold) Called when the cache pressure monitor encounter a status change.
Parameters
pressureMonitorTypestring- Type of the pressure monitor.
underPressurebool- if set to
true, the cache is under pressure. cachePressureContributionCountdouble?- The cache pressure contribution count.
currentPressuredouble?- The current pressure.
flowControlThresholddouble?- The flow control threshold.
