ICacheMonitor 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
캐시 관련 메트릭 모니터링을 담당합니다.
public interface ICacheMonitor
type ICacheMonitor = interface
Public Interface ICacheMonitor
- 파생
메서드
ReportCacheSize(Int64) |
총 캐시 크기를 보고하기 위해 호출되었습니다. |
ReportMessageStatistics(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Int64) |
캐시 상태 메트릭을 보고하기 위해 호출됩니다. |
TrackCachePressureMonitorStatusChange(String, Boolean, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
캐시 압력 모니터에서 상태 변경이 발생할 때 호출됩니다. |
TrackMemoryAllocated(Int32) |
캐시에서 새 메모리를 할당할 때 호출됩니다. |
TrackMemoryReleased(Int32) |
메모리가 블록 풀로 반환되면 호출됩니다. |
TrackMessagesAdded(Int64) |
메시지가 캐시에 추가되면 호출됩니다. |
TrackMessagesPurged(Int64) |
캐시에서 메시지가 제거되면 호출됩니다. |