NET Caching Library Help
MemoryCacheProvider Class Properties


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : MemoryCacheProvider Class

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

Public Properties
 NameDescription
Public PropertyOverridden.  Get the capabilities of the memory cache  
Public Property Gets or sets the maximum minutes for a cache item to expire. It must be greater than zero. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public Property The Encryption Key (password) to use when encrypting data (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public Property If true, the data is compressed before it is saved and decompressed upon load. The default is false. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public PropertyOverridden.  Gets or sets a value indicating whether this instance is disposed.  
Public Property If true, the data is encrypted before it is saved and decrypted upon load. The default is false. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public PropertyOverridden.  The maximum number of cache items to store in memory. The default is Int64.MaxValue  
Public PropertyOverridden.  The maximum number of megabytes of memory to use for each memory cache region. The default is 10 megabytes  
Public PropertyOverridden.  The name of the cache provider  
Public Property Determines what priority to scavenge items from the cache. The default is Oldest. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Top
See Also

Reference

MemoryCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace