Feature #90197
closedIntroduce Cache Clear Command
100%
Description
The core should provide a command to clear the cache via CLI.
This was discussed already years ago (#55035) but never found its way to the core, so let us tackle this now.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63027
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63027
Updated by Benni Mack almost 5 years ago
- Status changed from Under Review to Closed
Updated by Jonas Eberle almost 5 years ago
As a "cache flush for the poor" TYPO3 core-only you can use this as a composer command:
"typo3:flush": [
"typo3 extension:activate -n impexp",
"typo3 extension:deactivate -n impexp"
]
this of course does not solve the "golden hammer" problems discussed in the patch, but it well does flush the cache.
Updated by Benjamin Franzke over 3 years ago
- Status changed from Closed to New
- Assignee set to Benjamin Franzke
- Target version set to 11.4
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70797
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70797
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70797
Updated by Gerrit Code Review over 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70797
Updated by Gerrit Code Review over 3 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70797
Updated by Benjamin Franzke over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63a097048841d73bcc230ac78004256b6e964108.