Name | Description | |
---|---|---|
![]() | CacheTableName | The name of the cache table. The default is SmartCache |
![]() | DefaultCacheCapabilities | Overridden. Get a list of the cache capabilities |
![]() | DefaultExpirationInMinutes | Gets or sets the maximum minutes for a cache item to expire. It must be greater than zero. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | EncryptionKey | The Encryption Key (password) to use when encrypting data (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | IsAsyncSetAndRemove | If true, cache items will be saved and removed asynchronously |
![]() | IsBusy | Gets a value indicating whether this instance is busy scavenging. |
![]() | IsCompressed | If true, the data is compressed before it is saved and decompressed upon load. The default is false. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | IsDisposed | Overridden. Gets or sets a value indicating whether this instance is disposed. |
![]() | IsEncrypted | If true, the data is encrypted before it is saved and decrypted upon load. The default is false. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | MaxCacheItems | Overridden. The maximum number of cache items to store in the cache. The default is Int32.MaxValue. |
![]() | MaxMegabytes | Overridden. The maximum number of megabytes for the cache. The default is 50 Megabytes. |
![]() | Name | Gets the name of a specific cache instance. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | ScavengingIntervalMilliseconds | How often to check to remove expired items. The default is 60000 milliseconds (1 minute). |
![]() | ScavengingTypeOption | Determines what priority to scavenge items from the cache. The default is Oldest. (Inherited from KellermanSoftware.NetCachingLibrary.CacheProviders.BaseCacheProvider) |
![]() | ThreadName | The name of the thread that is used when scavenging |