Click or drag to resize
weroSoft AG, Software
WeroSoft.ComponentModel.Caching Namespace
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
The name space 'Caching' provides types for caching data in the memory with configurable residence time. The cache is partitioned into regions, so different parts of software can maintain their own region.
Classes
  ClassDescription
Public classCacheEntry
Provides a cache item.
Public classCacheEntryPolicy
Represents a cache entry policy.
Public classCode exampleObjectCache
Implementation of a centralized object cache.
Interfaces
  InterfaceDescription
Public interfaceIObjectCacheRegion
Defines required functionality of a cache region implementation.
Enumerations
  EnumerationDescription
Public enumerationCacheDefaultPolicyType
The cache policy internally used.
Public enumerationCachePolicyType
The cache policy internally used.