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

Provide the ability to use Redis as a store for the cache #128

Closed SeanFarrow closed 1 year ago

SeanFarrow commented 1 year ago

This PR provides the ability to use Redis as the distribuded cache. I have also changed the call to contains when checking for the prefix to use StartsWith instead.

SeanFarrow commented 1 year ago

closes #112

KevinDockx commented 1 year ago

Thank you! :)