Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Mvc.Filters.Cacheable

Assembly: Cuemon.Extensions.AspNetCore.Mvc.dll

Add or insert custom cacheable filters and attach ETag or Last-Modified headers to HTTP responses in the ASP.NET Core MVC pipeline. Use this namespace when you need to extend cacheable filters or attach HTTP caching headers to MVC responses. Start with AddFilter<T> to register a new cacheable filter or AddEntityTagHeader for ETag header support.

Availability: .NET 10 and .NET 9

Complements: Cuemon.AspNetCore.Mvc.Filters.Cacheable namespace 🔗

Extension Members

Type Ext Methods
IList ⬇️ AddFilter<T>, AddFilter<T, TOptions>, InsertFilter<T>, InsertFilter<T, TOptions>
ICacheableAsyncResultFilter ⬇️ AddEntityTagHeader, AddLastModifiedHeader

Classes

CacheableAsyncResultFilterExtensions

Extension methods for the ICacheableAsyncResultFilter interface.