ProjectMetadataCache
public static class ProjectMetadataCacheNo description is available for this type.
Methods
Section titled “Methods”
TryGet(string, string, out Metadata)
Section titled “TryGet(string, string, out Metadata)”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.
Store(string, Metadata)
Section titled “Store(string, Metadata)”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 | |
Invalidate(IEnumerable)
Section titled “Invalidate(IEnumerable)”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} | |
Clear()
Section titled “Clear()”public static void Clear()No description is available for this member.
CreateEmpty(string)
Section titled “CreateEmpty(string)”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.