Name | Description | |
---|---|---|
![]() | CacheDirectory | The directory where to save teh cache |
![]() | 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 | Gets or sets a value indicating whether this instance supports asynchronous set and remove. |
![]() | IsBusy | Returns true when scavenging or async save or delete is in process |
![]() | 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 items to store in the cache. Must be greater than zero and less or equal to 2,147,483,647 |
![]() | MaxMegabytes | Overridden. The maximum number of megabytes to store in the cache. Must be greater than zero. |
![]() | Name | Overridden. The name of the cache provider |
![]() | ScavengingIntervalMilliseconds | How often to check for expired items in the cache. 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 for scavenging |