ICacheMonitor Interface
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.
Responsible for monitoring cache related metrics.
C#
public interface ICacheMonitor
type ICacheMonitor = interface
Public Interface ICacheMonitor
- Derived
Report |
Called to report the total cache size. |
Report |
Called to report cache status metrics. |
Track |
Called when the cache pressure monitor encounter a status change. |
Track |
Called when new memory is allocated by the cache. |
Track |
Called when memory returned to block pool. |
Track |
Called when messages are added to the cache. |
Track |
Called when messages are purged from the cache. |
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |