Creates new instance of FileCache class.
public FileCache(string cachePath)
| Parameter |
Type |
Description |
| cachePath |
String |
Relative or absolute path where document cache will be stored. |
| exception |
condition |
| ArgumentNullException |
Thrown when cachePath is null. |
FileCache(string, string)
Creates new instance of FileCache class.
public FileCache(string cachePath, string cacheSubFolder)
| Parameter |
Type |
Description |
| cachePath |
String |
Relative or absolute path where document cache will be stored. |
| cacheSubFolder |
String |
The sub-folder to append to cachePath. |
| exception |
condition |
| ArgumentNullException |
Thrown when cachePath is null. |
| ArgumentNullException |
Thrown when cacheSubFolder is null. |
We value your opinion. Your feedback will help us improve our documentation.