Skip to content

DependencyResultCache.CachedDependencyResult

ClassAssetInventoryAssetInventory.Editor
public sealed class DependencyResultCache.CachedDependencyResult

Result of a cached dependency calculation for a single file

public List<AssetFile> Dependencies { get; set; }

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.AssetFile} — No return description is available.

public AssetInfo.DependencyStateOptions State { get; set; }

No description is available for this member.

Returns

AssetInventory.AssetInfo.DependencyStateOptions — No return description is available.

public bool SRPUsed { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public List<Asset> CrossPackageDependencies { get; set; }

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.Asset} — No return description is available.

public CachedDependencyResult()

No description is available for this member.

public DependencyResultCache.CachedDependencyResult Clone()

Create a deep copy to prevent cache corruption from external modifications

Returns

AssetInventory.DependencyResultCache.CachedDependencyResult — No return description is available.