IOutputCachePolicyProvider.GetBasePolicies Method
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.
Gets the base output cache policies.
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.OutputCaching.IOutputCachePolicy> GetBasePolicies();
abstract member GetBasePolicies : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.OutputCaching.IOutputCachePolicy>
Public Function GetBasePolicies () As IReadOnlyList(Of IOutputCachePolicy)
Returns
A readonly list of IOutputCachePolicy instances.