CacheResult Class

Definition

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)

Applies to