Summary
Gets or sets the directory where caches will be stored.
The default is %TEMP%.
- Namespace
- Cake
.Common .Tools .InspectCode - Containing Type
- InspectCodeSettings
Syntax
public DirectoryPath CachesHome { get; set; }
Value
| Type | Description |
|---|---|
| DirectoryPath | The directory where caches will be stored. |
