NET Caching Library Help
SqlServerCacheProvider Class Properties


KellermanSoftware.NetCachingLibrary.CacheProviders Namespace : SqlServerCacheProvider Class

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

Public Properties
 NameDescription
Public Property The name of the cache table. The default is SmartCache (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Public Property Get a list of the cache capabilities (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
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 (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Public Property Gets a value indicating whether this instance is busy scavenging. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
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 Property Gets or sets a value indicating whether this instance is disposed. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
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 Property The maximum number of cache items to store in the cache. The default is Int32.MaxValue. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Public Property The maximum number of megabytes for the cache. The default is 50 Megabytes. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Public PropertyOverridden.  Gets the name of a specific cache instance.  
Public Property How often to check to remove expired items. The default is 60000 milliseconds (1 minute). (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
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 (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Top
Protected Properties
 NameDescription
Protected Property The connection string for the database provider (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseDatabaseCacheProvider)
Protected PropertyOverridden.  Provider of basic CRUD operations  
Protected PropertyOverridden.  The SQL to create the caching table  
Top
See Also

Reference

SqlServerCacheProvider Class
KellermanSoftware.NetCachingLibrary.CacheProviders Namespace
BaseDatabaseCacheProvider Class