Version 3.1.11.0

WorkItemResultCountCache class

Namespace: Sirenix.OdinValidator.Editor
Assembly: Sirenix.OdinValidator.Editor
public static class WorkItemResultCountCache
Inheritance
  • System.Object
  • WorkItemResultCountCache

Methods

ForceStartBackgroundCleaningTask()
public static void ForceStartBackgroundCleaningTask()
RegisterWorkItemResultCount(Guid, UInt32)
public static void RegisterWorkItemResultCount(Guid guid, uint count)
Parameters
System.Guid guid

System.UInt32 count

RegisterWorkItemResultCount(String, UInt32)
public static void RegisterWorkItemResultCount(string guid, uint count)
Parameters
System.String guid

System.UInt32 count

SaveCacheIfDirty()
public static void SaveCacheIfDirty()
TryGetLastWorkItemResultCount(Guid, out UInt32)
public static bool TryGetLastWorkItemResultCount(Guid guid, out uint count)
Parameters
System.Guid guid

System.UInt32 count

Returns
System.Boolean

TryGetLastWorkItemResultCount(String, out UInt32)
public static bool TryGetLastWorkItemResultCount(string guid, out uint count)
Parameters
System.String guid

System.UInt32 count

Returns
System.Boolean