ICachePressureMonitor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cache pressure monitor records pressure contribution to the cache, and determine if the cache is under pressure based on its back pressure algorithm
public interface ICachePressureMonitor
type ICachePressureMonitor = interface
Public Interface ICachePressureMonitor
- Derived
Properties
CacheMonitor |
Cache monitor which is used to report cache related metrics |
Methods
IsUnderPressure(DateTime) |
Determine if the monitor is under pressure |
RecordCachePressureContribution(Double) |
Record cache pressure contribution to the monitor |