NET Caching Library Help
BaseCacheProvider Class Properties


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : BaseCacheProvider Class

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

Public Properties
 NameDescription
Public Property Gets a description of the features that a cache implementation provides.  
Public Property Gets or sets the maximum minutes for a cache item to expire. It must be greater than zero.  
Public Property The Encryption Key (password) to use when encrypting data  
Public Property If true, the data is compressed before it is saved and decompressed upon load. The default is false.  
Public Property 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.  
Public Property Get or set the maximim number of cache items for the cache provider  
Public Property Get or set the maximim size in Megabytes for the cache provider  
Public Property Gets the name of a specific cache instance.  
Public Property Determines what priority to scavenge items from the cache. The default is Oldest.  
Top
See Also

Reference

BaseCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace