sgalinski/sg-cache-extender

Extend TYPO3 cache management with clear-all actions, page and branch cache flushing, backend buttons, and CLI support.

Maintainers

Package info

gitlab.sgalinski.de/typo3/sg_cache_extender.git

Homepage

Issues

Type:typo3-cms-extension

pkg:composer/sgalinski/sg-cache-extender

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

7.0.9 2026-04-18 16:12 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.