Skip to content

ProjectMetadataCache

ClassAssetInventoryAssetInventory.Editor
public static class ProjectMetadataCache

No description is available for this type.

public static bool TryGet(string guid, string fullPath, out ProjectMetadataCache.Metadata metadata)

No description is available for this member.

Parameters

Name Type Description
guid System.String
fullPath System.String
metadata AssetInventory.ProjectMetadataCache.Metadata

Returns

System.Boolean — No return description is available.

public static void Store(string guid, ProjectMetadataCache.Metadata metadata)

No description is available for this member.

Parameters

Name Type Description
guid System.String
metadata AssetInventory.ProjectMetadataCache.Metadata
public static void Invalidate(IEnumerable<string> guids)

No description is available for this member.

Parameters

Name Type Description
guids System.Collections.Generic.IEnumerable{System.String}
public static void Clear()

No description is available for this member.

public static ProjectMetadataCache.Metadata CreateEmpty(string fullPath)

No description is available for this member.

Parameters

Name Type Description
fullPath System.String

Returns

AssetInventory.ProjectMetadataCache.Metadata — No return description is available.