Documentation
Documentation
ActionCache adds response caching to ASP.NET Core controller actions and Minimal API endpoints through three attributes, over four interchangeable backends.
Entries are grouped under a namespace you name. That grouping is what makes eviction and refresh possible without tracking keys: you name the namespace, and every entry under it is dropped or re-warmed together.