MemoryCacheStatistics Class
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.
Holds a snapshot of statistics for a memory cache.
public ref class MemoryCacheStatistics
public class MemoryCacheStatistics
type MemoryCacheStatistics = class
Public Class MemoryCacheStatistics
- Inheritance
-
MemoryCacheStatistics
Constructors
MemoryCacheStatistics() |
Initializes an instance of MemoryCacheStatistics. |
Properties
CurrentEntryCount |
Gets the number of ICacheEntry instances currently in the memory cache. |
CurrentEstimatedSize |
Gets an estimated sum of all the Size values currently in the memory cache. |
TotalHits |
Gets the total number of cache hits. |
TotalMisses |
Gets the total number of cache misses. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.