Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

DefaultCacheCapabilities Enumeration






Set of features that a cache implementation provides.
Syntax
[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 
Members
ValueMemberDescription
0x00000000None A cache implementation does not provide any of the features that are described in DefaultCacheCapabilities
0x00000001InMemoryProvider Cache implementation runs at least partially in memory
0x00000002OutOfProcessProvider Cache implementation runs out-of-process
0x00000004CacheEntryChangeMonitors Cache implementation supports the ability to create change monitors that monitor entries
0x00000008AbsoluteExpirations Cache implementation supports the ability to automatically remove cache entries at a specific date and time
0x00000010SlidingExpirations Cache implementation supports the ability to automatically remove cache entries that have not been accessed in a specified time span
0x00000020CacheEntryUpdateCallback Cache implementation can raise a notification that an entry is about to be removed from the cache
0x00000040CacheEntryRemovedCallback Cache implementation can raise a notification that an entry has been removed from the cache
0x00000080CacheRegions Cache implementation supports the ability to partition its storage into cache regions
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Caching.DefaultCacheCapabilities

Requirements

Target Platforms

See Also

Reference

Leadtools.Caching Namespace

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features