Enum CacheProviderType
Enumeration of cache provider types.
public enum CacheProviderType
Fields
Akavache = 1Akavache cache provider.
DistributedAsByteArray = 5Distributed cache as byte array provider.
DistributedAsString = 4Distributed cache as string provider.
InMemory = 3In-memory cache provider.
MonkeyCache = 2MonkeyCache cache provider.
None = 0No cache provider.