Skip to content

DependencyResultCache.CacheStatistics

ClassAssetInventoryAssetInventory.Editor
public sealed class DependencyResultCache.CacheStatistics

Counts entries held by a dependency result cache so callers can monitor reuse and memory pressure.

public override string ToString()

Returns

System.String

public CacheStatistics()

public int DependencyCacheSize { get; set; }

Returns

System.Int32

public int PackageCacheCount { get; set; }

Returns

System.Int32

public int MaterializedPathCount { get; set; }

Returns

System.Int32

public int TotalAssetFilesLoaded { get; set; }

Returns

System.Int32