KevinDockx / HttpCacheHeaders

ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models
MIT License
270 stars 56 forks source link

Support cache profiles #36

Open KevinDockx opened 7 years ago

KevinDockx commented 7 years ago

... so profiles can be applied to controllers/actions (instead of on a global level)

KevinDockx commented 6 years ago

Expiration & Validation attributes can be applies at action level atm - adjust these to support profiles?

DmitryDanov commented 3 years ago

Hi Kevin - Do you have plans to implement profiles support in the near future?

KevinDockx commented 3 years ago

This one's been open for way too long :) I'd love to implement support for this, but I currently don't have enough availability, time-wise, to work on this. I'd be happy to accept PRs though ;-)