CacheType enumeration

CacheType enumeration

Specifies the cache type to use.

The CacheType type exposes the following members:

Fields

FieldDescription
AUTOSpecifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
CACHE_ON_DISK_ONLYThe disk cache only.
CACHE_IN_MEMORY_ONLYThe in-memory cache only.

See Also