[]
Sets the settings for storage the cache data on disk.
public void UseDisk(DirectoryInfo path, bool useCompression = true)
Type | Name | Description |
---|---|---|
DirectoryInfo | path | A string value indicating the path to store temporary files to a disk. |
bool | useCompression | A bool value indicating the indicating whether to compress temporary data before the storing to memory/disk.
Default is |