Class Cache
Contains cache settings.
public static class Cache
- Inheritance
-
Cache
- Inherited Members
Properties
- AllocatedDiskBytesCount
Gets the allocated disk bytes count.
- AllocatedMemoryBytesCount
Gets the allocated in-memory bytes count.
- CacheFolder
Gets or sets the cache folder.
- CacheType
Gets or sets the cache scheme used.
- ExactReallocateOnly
Gets or sets a value indicating whether reallocation should be exact or not. If reallocation is non exact the performance should be higher.
- MaxDiskSpaceForCache
Gets or sets the maximum available disk space for cache. The value specified is megabytes count.
- MaxMemoryForCache
Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count.
Methods
- SetDefaults()
Sets the Cache settings to defaults.
Events
- Reallocated
Fires when reallocation was performed