Class TaskCache
Inherited Members
Namespace: Volo.Abp.Threading
Assembly: Volo.Abp.Core.dll
Syntax
public static class TaskCache
Properties
FalseResult
Declaration
public static Task<bool> FalseResult { get; }
Property Value
Type | Description |
---|---|
Task<bool> |
TrueResult
Declaration
public static Task<bool> TrueResult { get; }
Property Value
Type | Description |
---|---|
Task<bool> |