Summary
    Gets or sets a value indicating whether or not to use the machine cache as the first package source.
    
		- Namespace
- Cake.Common .Tools .NuGet .Install 
- Containing Type
- NuGetInstallSettings
Syntax
[System.Obsolete("NoCache is deprecated and has been renamed to NoHttpCache. Please use NoHttpCache instead.")]
public bool NoCache { get; set; }Attributes
| Type | Description | 
|---|---|
| ObsoleteAttribute | 
Value
| Type | Description | 
|---|---|
| bool | trueto not use the machine cache as the first package source; otherwise,false. | 
