Share via


OutputCachePolicyBuilder.NoCache Method

Definition

Clears the policies and adds one preventing any caching logic to happen.

public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder NoCache ();
member this.NoCache : unit -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function NoCache () As OutputCachePolicyBuilder

Returns

Remarks

The cache key will never be computed.

Applies to