Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace : DefaultCacheCapabilities Enumeration |
[FlagsAttribute()] public enum DefaultCacheCapabilities : System.Enum
'Declaration
<FlagsAttribute()> Public Enum DefaultCacheCapabilities Inherits System.Enum
'Usage
Dim instance As DefaultCacheCapabilities
public enum DefaultCacheCapabilities
[FlagsAttribute()] public enum class DefaultCacheCapabilities : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | None | A cache implementation does not provide any of the features that are described in DefaultCacheCapabilities |
0x00000001 | InMemoryProvider | Cache implementation runs at least partially in memory |
0x00000002 | OutOfProcessProvider | Cache implementation runs out-of-process |
0x00000004 | CacheEntryChangeMonitors | Cache implementation supports the ability to create change monitors that monitor entries |
0x00000008 | AbsoluteExpirations | Cache implementation supports the ability to automatically remove cache entries at a specific date and time |
0x00000010 | SlidingExpirations | Cache implementation supports the ability to automatically remove cache entries that have not been accessed in a specified time span |
0x00000020 | CacheEntryUpdateCallback | Cache implementation can raise a notification that an entry is about to be removed from the cache |
0x00000040 | CacheEntryRemovedCallback | Cache implementation can raise a notification that an entry has been removed from the cache |
0x00000080 | CacheRegions | Cache implementation supports the ability to partition its storage into cache regions |
System.Object
System.ValueType
System.Enum
Leadtools.Caching.DefaultCacheCapabilities