NuGetInstallSettings.

NoCache Property

Summary

Gets or sets a value indicating whether or not to use the machine cache as the first package source.

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 true to not use the machine cache as the first package source; otherwise, false.