NET Caching Library Help
MemoryCacheProvider Class Methods


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : MemoryCacheProvider Class

For a list of all members of this type, see MemoryCacheProvider members.

Public Methods
 NameDescription
Public MethodOverloaded.  Inserts a cache entry into the cache without overwriting any existing cache entry. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public MethodOverloaded.  Inserts a cache entry into the cache, by using a key, an object for the cache entry, an absolute expiration value, and an optional region to add the cache into. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public MethodOverridden.  Clear all items in the cache for all regions  
Public MethodOverridden.  Clear all the cache for a region  
Public MethodOverridden.  Check whether the cache entry already exists in the cache.  
Public MethodOverridden.  Create cache entry change monitor  
Public MethodOverridden.  Disposes this instance.  
Public MethodOverridden.  Gets the specified cache entry from the cache as an object.  
Public MethodGets the specified cache entry from the cache as a System.Runtime.Caching.CacheItem instance. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public MethodOverridden.  Gets the total number of cache entries in the cache for the specified region.  
Public MethodOverridden.  Get a list of the Keys associated with the region.  
Public MethodOverridden.  Get a list of the current regions  
Public MethodOverridden.  Get the count of all the items in all the regions  
Public MethodOverridden.  Removes the cache entry from the cache.  
Public MethodOverloaded. Overridden. Inserts or update the cache entry in the cache as a System.Runtime.Caching.CacheItem instance, specifying information about how the entry will be evicted.  
Top
Protected Methods
 NameDescription
Protected Method Deserialize an object. Also decrypt and de-compress if turned on. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Protected Method Get the Default region if null is passed in (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Protected Method Serialize an object. Also compress and encrypt if it is turned on (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Top
See Also

Reference

MemoryCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace