We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature request to purge cache based on
The text was updated successfully, but these errors were encountered:
4f65b81
Key Generation should be changed:
Current Implementation
-> ACP:<NAMESPACE>:<sha256 HEX of (PATH + (? - HEADERS joined with | ) + (? queryString) >
Should be
-> ACP:<NAMESPACE>:(HEX of PATH): (HEX of (? - HEADERS joined with | ) + (? queryString))
Benefits-
All cache keys version of a URL can be purged based on pattern match, regardless of query-string or headers. @riteshgurung Please suggest.
Sorry, something went wrong.
In order to understand the context better. I can choose to purge a specific key /articles/asia/india/elections-2019.html
/articles/asia/india/elections-2019.html
or I can choose to purge a pattern based key /articles/asia/india this implies to purge all articles related to india.
/articles/asia/india
No branches or pull requests
Feature request to purge cache based on
The text was updated successfully, but these errors were encountered: