Name | Description | |
---|---|---|
![]() | DefaultCacheCapabilities | Gets a description of the features that a cache implementation provides. |
![]() | DefaultExpirationInMinutes | Gets or sets the maximum minutes for a cache item to expire. It must be greater than zero. |
![]() | EncryptionKey | The Encryption Key (password) to use when encrypting data |
![]() | IsCompressed | If true, the data is compressed before it is saved and decompressed upon load. The default is false. |
![]() | IsDisposed | 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. |
![]() | MaxCacheItems | Get or set the maximim number of cache items for the cache provider |
![]() | MaxMegabytes | Get or set the maximim size in Megabytes for the cache provider |
![]() | Name | Gets the name of a specific cache instance. |
![]() | ScavengingTypeOption | Determines what priority to scavenge items from the cache. The default is Oldest. |