Skip to content

DefaultCacheMonitor.TrackCachePressureMonitorStatusChange(string, bool, double?, double?, double?)

TrackCachePressureMonitorStatusChange(string, bool, double?, double?, double?)

View source
public 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.