ICachePressureMonitor
interface
Namespace: Orleans.Streaming.EventHubs
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 ICachePressureMonitorProperties
CacheMonitorCache monitor which is used to report cache related metrics
Methods
IsUnderPressure(DateTime)Determine if the monitor is under pressureRecordCachePressureContribution(double)Record cache pressure contribution to the monitor
