sgalinski / sg-cache-extender
Extend TYPO3 cache management with clear-all actions, page and branch cache flushing, backend buttons, and CLI support.
Package info
gitlab.sgalinski.de/typo3/sg_cache_extender.git
Type:typo3-cms-extension
pkg:composer/sgalinski/sg-cache-extender
7.0.9
2026-04-18 16:12 UTC
Requires
- typo3/cms-core: ^13.4.0
Replaces
- sgalinski/sg_cache_extender: 7.0.9
This package is auto-updated.
Last update: 2026-04-18 16:18:43 UTC
README
License: GNU GPL, Version 2
Repository: https://gitlab.sgalinski.de/typo3/sg_cache_extender
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_cache_extender
About
Augments the 'clear cache' menu with one additional button:
- Clear all caches: flushes the frontend, general and system caches and removes the contents of typo3temp. The clear-all process is serialized via a lock file and retries transient TYPO3 cache race errors multiple times. If these known transient races persist, they are logged and suppressed to avoid hard backend crashes.
Augments the page 'Context-Menu' with two additional buttons.
- „Flush page cache“: flushes the caches for a specific page (for TYPO3 < 8.0, because this is a core feature for later versions).
- „Flush branch cache“: flushes the caches for a specific page and its subpages.