Enum CacheType
Type of cache.
Namespace: SuperOffice.Data.Cache
Assembly: SoDataBase.dll
Syntax
public enum CacheType
Fields
Name | Description |
---|---|
Application | Cache has same lifteme as the application. |
Database | Cache belongs to the database (e.g. travel and master is seperate databases). |
Session | Cache belongs to the currently logged on user and limmited to the current sesson. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.Cache.CacheType, To>()