Class CacheType
Defines the different types of cache
Inheritance
System.Object
CacheType
Namespace: ImageVault.Common.Data.Caching
Assembly: ImageVault.Common.dll
Syntax
public sealed class CacheType : Enum
Fields
Default
Unspecified type, the default cache for the system
Declaration
public const CacheType Default
Field Value
Type | Description |
---|---|
CacheType |
InProcess
An in process cache
Declaration
public const CacheType InProcess
Field Value
Type | Description |
---|---|
CacheType |
OutOfProcess
An out of process cache
Declaration
public const CacheType OutOfProcess
Field Value
Type | Description |
---|---|
CacheType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |