Overview and description of Leadtools Caching classes, delegates, and enumerations.
Class | Description | |
---|---|---|
CacheItem | Specifies a cache entry. | |
CacheItemExpiredEventArgs | Data for ObjectCache.CacheItemExpired event. | |
CacheItemExpiringEventArgs | Data for ObjectCache.CacheItemExpiring event. | |
CacheItemPolicy | Defines the expiration details of a cache entry. | |
CacheItem<T> | Specifies a generic cache entry. | |
CacheStatistics | Statistics for the cache. | |
FileCache | Represents LEADTOOLS support for a file cache. | |
ItemExpiredException | Exception thrown when a cache item is expired. | |
ObjectCache | Abstract class to provide cache support. |
Delegate | Description | |
---|---|---|
EnumerateCacheEntriesCallback | Callback for the EnumerateRegions and EnumerateKeys method. |
Enumeration | Description | |
---|---|---|
CacheSerializationMode | Cache serialization mode | |
DefaultCacheCapabilities | Set of features that a cache implementation provides. |