DependencyResultCache.CacheStatistics
public sealed class DependencyResultCache.CacheStatisticsCounts entries held by a dependency result cache so callers can monitor reuse and memory pressure.
Methods
Section titled “Methods”
ToString()
Section titled “ToString()”public override string ToString()Returns
System.String
Constructors
Section titled “Constructors”
CacheStatistics()
Section titled “CacheStatistics()”public CacheStatistics()Properties
Section titled “Properties”
DependencyCacheSize
Section titled “DependencyCacheSize”public int DependencyCacheSize { get; set; }Returns
System.Int32
PackageCacheCount
Section titled “PackageCacheCount”public int PackageCacheCount { get; set; }Returns
System.Int32
MaterializedPathCount
Section titled “MaterializedPathCount”public int MaterializedPathCount { get; set; }Returns
System.Int32
TotalAssetFilesLoaded
Section titled “TotalAssetFilesLoaded”public int TotalAssetFilesLoaded { get; set; }Returns
System.Int32