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