Namespace ImageVault.Common.Data.Caching
Classes
CacheHelper
Summary description for CacheHelper.
CacheHelperExtensionMethods
Extension methods for the IObjectCache interface
CacheStatCounter
Class for keeping track of statistics
CacheStatCounter.CacheEntryStatistics
Keeps track of the statistics of the cache entry
CacheStatCounter.SampleCounter
Keeps track of the performance samples
CacheType
Defines the different types of cache
MemoryObjectCache
Default implementation of the IObjectCache
MicroCache
Summary description for MicroCache.
OutOfProcessCacheWithMicroCache
An object cache that adds a micro cache in front of the Out of process cache
Interfaces
CacheStatCounter.ICacheStatRecord
Defines a statistics record that is used to track the statistics of a cache operation
ICacheHelper
Interface that describes a cache helper
IInProcessObjectCache
Defines an object cache that is in process
IObjectCache
Interface for an object cache
IOutOfProcessObjectCache
defines an object cache that is out of process