issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support .NET 9, remove support for .NET 6
#141
KevinDockx
opened
3 months ago
0
Middleware returns 304 when DisableGlobalHeaderGeneration = true and StoreKey is MarkForInvalidation
#140
Appli4Ever
opened
5 months ago
0
#137 cleanup of csproj's
#139
thompson-tomo
closed
3 months ago
1
7.1.0 contains bug when HttpCacheExpiration and HttpCacheValidation attributes are applied on controller and on action
#138
ernestas20111
closed
3 months ago
3
Clean up csproj & optimise dependencies
#137
thompson-tomo
closed
3 months ago
0
Redis Distributed CacheKeyRetriever not returning set on keys command
#136
toddb
opened
9 months ago
1
updates to support non-mvc http header attributes
#135
shawnwildermuth
closed
10 months ago
2
Added extension methods to support Minimal APIs and Minimal API Groups
#134
shawnwildermuth
closed
10 months ago
1
Nullable (& other) language improvements
#133
KevinDockx
opened
10 months ago
1
Swappable input implementations for eTag generation #130
#132
toddb
closed
10 months ago
4
InMemoryValidatorValueStore is no longer thread safe
#131
aluRamb0
closed
3 months ago
3
Swappable input implementations for eTag generation
#130
toddb
closed
10 months ago
2
Support Cancellation tokens
#129
SeanFarrow
opened
1 year ago
0
Provide the ability to use Redis as a store for the cache
#128
SeanFarrow
closed
1 year ago
2
Add .Net 8 as a target to all projects
#127
SeanFarrow
closed
1 year ago
0
Add .Net 8 and use the .Net 8 RC1 SDK
#126
SeanFarrow
closed
1 year ago
1
Use an InMemory cache rather than a dictionary.
#125
SeanFarrow
closed
1 year ago
1
Add tests for methods that don't have them in the InMemoryValidatorValueStore
#124
SeanFarrow
opened
1 year ago
0
Use the InMemoryCache rather than a custom dictionary
#123
SeanFarrow
closed
1 year ago
9
Make StoreKeys round trippable
#122
SeanFarrow
closed
1 year ago
1
Make the StoreKey object round-trippable
#121
SeanFarrow
closed
1 year ago
5
Should we migrate away from Moq
#120
SeanFarrow
closed
1 year ago
1
Ensure all projects target .Net 6.0 and 7.0 and update all out-of-date NuGet packages
#119
SeanFarrow
closed
1 year ago
1
Remove unsupported TFM's
#118
SeanFarrow
closed
1 year ago
1
Update all out-of-date NuGet packages
#117
SeanFarrow
closed
1 year ago
6
Remove all unsupported tfm's
#116
SeanFarrow
closed
1 year ago
4
Add the ability for remote keys to be rehydrated
#115
SeanFarrow
closed
1 year ago
1
Allow StoreKey to be rehydrated
#114
SeanFarrow
closed
1 year ago
13
Use the IAsyncEnumerable interface in the FindStoreKeysByKeyPartAsync method of the IValueStore interface
#113
SeanFarrow
closed
1 year ago
4
Provide a way to store validator values in a scalable manner
#112
SeanFarrow
closed
3 months ago
18
Disable caching for specific status codes
#111
DerStimmler
closed
1 year ago
1
Allow caching to be ignored globally
#110
SeanFarrow
closed
1 year ago
1
Provide the ability to ignore caching by default
#109
SeanFarrow
closed
1 year ago
7
Disable caching for error responses
#108
DerStimmler
closed
1 year ago
5
Easily enable a concurrency-only approach
#107
KevinDockx
opened
1 year ago
0
Added colors
#106
jeffward01
closed
2 years ago
1
ETag does not check whether is still valid
#105
scholtz
closed
1 year ago
6
Marking for invalidation
#104
MarkBirch3D
closed
1 year ago
5
Problematic handling of ETags
#103
Phrow
closed
1 year ago
7
Consider using an analyzer to check for correct placement of UseHttpCacheHeaders
#102
KevinDockx
opened
3 years ago
0
Check whether the call into UseHttpCacheHeaders is situated between UseRouting and UseEndpoints
#101
KevinDockx
closed
3 years ago
5
Investigate correct placement of middleware for default .NET 6 templates
#100
KevinDockx
closed
2 years ago
3
BREAKING CHANGE: remove .NET Standard support to allow .NET 5(+) features
#99
KevinDockx
closed
3 years ago
1
BREAKING CHANGE: UseHttpCacheHeaders must be added between UseRouting and UseEndpoints
#98
KevinDockx
closed
3 years ago
1
support for override middleware
#97
YusufMavzer
closed
3 years ago
3
VaryByQueryKeys cache validation
#96
fp-jcorriveau
closed
3 years ago
6
Response is not getting expired and still shows 304
#95
patelbinal
closed
3 years ago
1
IValidatorValueInvalidator implementation
#94
patelbinal
closed
3 years ago
3
Fixed typos in comments
#93
payini
closed
4 years ago
1
Update the middleware to avoid copying an empty buffer to the response body.
#92
ryan-h
closed
4 years ago
1
Next