[HttpKernel] Add no-store
and no-cache
cache control directives to #[Cache]
attribute
#60060
Labels
8000
no-store
and no-cache
cache control directives to #[Cache]
attribute
#60060
Description
They are missing directives such as
no-store
orno-cache
from the cache control header in theSymfony\Component\HttpKernel\Attribute\Cache
attribute. I don't know if it's intentional but I think it would be a good idea to add them to match theSymfony\Component\HttpFoundation\Response::HTTP_RESPONSE_CACHE_CONTROL_DIRECTIVES
Example
No response
The text was updated successfully, but these errors were encountered: