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