Enum CacheType
Defines the different types of cache
Namespace: ImageVault.Common.Data.Caching
Assembly: ImageVault.Common.dll
Syntax
[Flags]
public enum CacheType
Fields
Name | Description |
---|---|
Default | Unspecified type, the default cache for the system |
InProcess | An in process cache |
OutOfProcess | An out of process cache |