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
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.
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.