CacheType

CacheType enumeration

Specifies the cache type to use.

public enum CacheType

Values

NameValueDescription
Auto0Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
CacheOnDiskOnly1The disk cache only.
CacheInMemoryOnly2The in-memory cache only.

See Also