Show / Hide Table of Contents

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>()
ObjectExtensions.AssignByReflection<CacheBase.CacheState>(CacheBase.CacheState)
ObjectExtensions.GraphCopy<CacheBase.CacheState>()
Converters.MapEnums<CacheBase.CacheState, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top