Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoManagedOutputCacheMarker

    Marker interface indicating that Umbraco itself has enabled ASP.NET Core output caching (via Website template caching or Delivery API caching configuration). Used to gate Umbraco's automatic registration of the output cache middleware so that applications calling services.AddOutputCache(...) for their own purposes do not inadvertently trigger a duplicate UseOutputCache() registration.

    Namespace: Umbraco.Cms.Core.DependencyInjection
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUmbracoManagedOutputCacheMarker
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX