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
Add tests for methods that don't have them in the InMemoryValidatorValueStore #124
Currently, we have methods that are untestsed in the InMemoryValidatorValueStore.
We should add tests for these methods.