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
271 stars 57 forks source link

Support Cancellation tokens #129

Open SeanFarrow opened 1 year ago

SeanFarrow commented 1 year ago

We should support Cancellation when calling any caches or external API's.