Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HttpKernel] fix issues with TTL based invalidation in the HttpCache #6758

Closed
wants to merge 1 commit into from

Conversation

lsmith77
Copy link
Contributor

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: #6746
License of the code: MIT

Set the date in the response before passing it off to the store, to enable correct computation of the age in later requests. Note this will lead to setting the date twice in the case when the response is written to the store. Not sure if it would make sense to do a bigger refactoring.

That being said in case of a bigger refactoring I wonder if it wouldnt make more sense to change a TTL invalidation to an Expire invalidation to reduce the amount of computational work that needs to be done on a cache lookup.

…nable correct computation of the age in later requests
@lsmith77
Copy link
Contributor Author

will review the test failures ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant