NET Caching Library Help
FileCacheProvider Class Properties


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : FileCacheProvider Class

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

Public Properties
 NameDescription
Public Property The directory where to save teh cache  
Public PropertyOverridden.  Get a list of the cache capabilities.  
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 Gets or sets a value indicating whether this instance supports asynchronous set and remove.  
Public Property Returns true when scavenging or async save or delete is in process  
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 items to store in the cache. Must be greater than zero and less or equal to 2,147,483,647  
Public PropertyOverridden.  The maximum number of megabytes to store in the cache. Must be greater than zero.  
Public PropertyOverridden.  The name of the cache provider  
Public Property How often to check for expired items in the cache. The default is 60000 milliseconds (1 minute).  
Public Property Determines what priority to scavenge items from the cache. The default is Oldest. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public Property The name of the thread that is used for scavenging  
Top
See Also

Reference

FileCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace