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

Should flush delete/clear all CacheKey records? #41

Closed
chrispenny opened this issue Feb 10, 2022 · 1 comment
Closed

Should flush delete/clear all CacheKey records? #41

chrispenny opened this issue Feb 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@chrispenny
Copy link
Member

In memory caches are themselves already cleared when you flush an environment, but should we also be clearing out our CacheKey records?

It might provide a bit of a "clean state" mechanism for if/when things go wrong?

@chrispenny chrispenny added the enhancement New feature or request label Feb 10, 2022
@chrispenny
Copy link
Member Author

I'm going with "no it shouldn't", at least for now.

I think there is value in having the DB records persisted through a flush, as it means that they do not need to be regenerated on the next page load.

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

No branches or pull requests

1 participant