Project

General

Profile

Actions

Feature #90197

closed

Introduce Cache Clear Command

Added by Kevin Appelt about 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Category:
CLI
Target version:
Start date:
2020-01-24
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions #1

Updated by Gerrit Code Review about 4 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

Actions #2

Updated by Gerrit Code Review about 4 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

Actions #3

Updated by Benni Mack about 4 years ago

  • Status changed from Under Review to Closed
Actions #4

Updated by Jonas Eberle about 4 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.

Actions #5

Updated by Benjamin Franzke over 2 years ago

  • Status changed from Closed to New
  • Assignee set to Benjamin Franzke
  • Target version set to 11.4
Actions #6

Updated by Gerrit Code Review over 2 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

Actions #7

Updated by Gerrit Code Review over 2 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

Actions #8

Updated by Gerrit Code Review over 2 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

Actions #9

Updated by Gerrit Code Review over 2 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

Actions #10

Updated by Gerrit Code Review over 2 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

Actions #11

Updated by Benjamin Franzke over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF