[]
Repesents the settings using to cache the data.
public class CacheDataSettings
| Name | Description |
|---|---|
| CacheDataSettings() |
| Name | Description |
|---|---|
| CacheDataPath | Gets or sets a path to store temporary files to a disk to reduce memory consumption. |
| UseCompression | Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk. |
| Name | Description |
|---|---|
| UseDisk(DirectoryInfo, bool) | Sets the settings for storage the cache data on disk. |
| UseMemory(bool) | Sets the settings for storage the cache data in memory. |