[]
Sets the settings for storage the cache data in memory.
public void UseMemory(bool useCompression = true)
| Type | Name | Description |
|---|---|---|
| bool | useCompression | A bool value indicating the indicating whether to compress temporary data before the storing to memory/disk.
Default is |