NET Caching Library Help
BaseDatabaseCacheProvider Class Properties


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : BaseDatabaseCacheProvider Class

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

Public Properties
 NameDescription
Public Property The name of the cache table. The default is SmartCache  
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 If true, cache items will be saved and removed asynchronously  
Public Property Gets a value indicating whether this instance is busy scavenging.  
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 the cache. The default is Int32.MaxValue.  
Public PropertyOverridden.  The maximum number of megabytes for the cache. The default is 50 Megabytes.  
Public Property Gets the name of a specific cache instance. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider)
Public Property How often to check to remove expired items. 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 when scavenging  
Top
Protected Properties
 NameDescription
Protected Property The connection string for the database provider  
Protected Property Provider of basic CRUD operations  
Protected Property The SQL to create the caching table  
Top
See Also

Reference

BaseDatabaseCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace