CacheDataSettings Class Members
In This Topic
The following tables list the members exposed by CacheDataSettings.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
 | UseDisk | Sets the settings for storage the cache data on disk. |
 | UseMemory | Sets the settings for storage the cache data in memory. |
Top
See Also