MemoryCache ignores Cache-Control headers #2965
Unanswered
zoopolitic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the memory cache is enabled and there is an image in the cache for the key, then the
Cache-Controlheader is effectively ignored because when the memory cache is queried in theEngineInterceptor, theCacheControlCacheStrategyis not used.Is it an intentional design decision to respect the
Cache-Controlheader only when the memory cache is disabled?Beta Was this translation helpful? Give feedback.
All reactions