Enum CacheBase.CacheState
State of the cache
Namespace: SuperOffice.Data.Cache
Assembly: SoDataBase.dll
Syntax
public enum CacheState
Fields
Name | Description |
---|---|
Disposed | The cache has been disposed of and should be disregarded. |
Expired | The cache has expired. |
Flushed | The cache has been flushed and not refreshed yet. |
New | The cache has not been refreshed for the first time. |
Normal | The cache is in a state where it has not expired since the last refresh. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.Cache.CacheBase.CacheState, To>()