Download the PHP package elementareteilchen/clear-cache-by-tag without Composer
On this page you can find all versions of the php package elementareteilchen/clear-cache-by-tag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elementareteilchen/clear-cache-by-tag
More information about elementareteilchen/clear-cache-by-tag
Files in elementareteilchen/clear-cache-by-tag
Download elementareteilchen/clear-cache-by-tag
More information about elementareteilchen/clear-cache-by-tag
Files in elementareteilchen/clear-cache-by-tag
Vendor elementareteilchen
Package clear-cache-by-tag
Short Description Add possibility to clear TYPO3 caches by tag using console command or scheduler task
License GPL-2.0-or-later
Package clear-cache-by-tag
Short Description Add possibility to clear TYPO3 caches by tag using console command or scheduler task
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package clear-cache-by-tag
TYPO3 Extension clear-cache-by-tag
This TYPO3 extension allows to clear TYPO3 caches by defying cache tags. Caches can be cleared using console command or via scheduler task. TYPO3 core cache handling functions will be used, so it also works with e.g. staticfilecache.
Installation
Install this extension as dependency via composer req elementareteilchen/clear-cache-by-tag
.
Usage
CLI
Call command via console and define cache tags to clear. Multiple cache tags can be provided via comma separated list.
Scheduler
Create a new scheduler task.
Select:
- Class: "Execute console commands"
- Frequency: Has to be defined in order to save a scheduler task.
- Schedulable Command. Save and reopen to define command arguments:
clear-cache-by-tag:clearByTag: Clear TYPO3 caches by cache tag
- Save: In order to be able to configure the arguments of this command
- Argument: tag. Comma separated list of tags to clear cache for: Add comma separated list of cache tags to flush caches for
All versions of clear-cache-by-tag with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^11.5
The package elementareteilchen/clear-cache-by-tag contains the following files
Loading the files please wait ....