CacheResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the cache result a plugin returns back to MSBuild when queried about a certain project. Results representing cache hits (with ResultType == CacheHit) contain information about what BuildResult MSBuild should use for the queried project. It is assumed that all cache hits result in a successful BuildResult.
public ref class CacheResult
public class CacheResult
type CacheResult = class
Public Class CacheResult
- Inheritance
-
CacheResult
Properties
| BuildResult | |
| ProxyTargets | |
| ResultType |
Methods
| IndicateCacheHit(BuildResult) | |
| IndicateCacheHit(IReadOnlyCollection<PluginTargetResult>) | |
| IndicateCacheHit(ProxyTargets) | |
| IndicateNonCacheHit(CacheResultType) |