PHPackages                             ayacoo/clearcache-recursive - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. ayacoo/clearcache-recursive

ActiveTypo3-cms-extension[Caching](/categories/caching)

ayacoo/clearcache-recursive
===========================

ClearCache Recursive - Adds the option in the backend for editors to be able to delete the cache recursively.

4.0.0(2mo ago)0120↓20%2[1 issues](https://github.com/ayacoo/clearcache_recursive/issues)proprietaryPHPPHP &gt;=8.2 &lt; 8.6

Since Oct 15Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ayacoo/clearcache_recursive)[ Packagist](https://packagist.org/packages/ayacoo/clearcache-recursive)[ RSS](/packages/ayacoo-clearcache-recursive/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (2)Versions (15)Used By (0)

TYPO3 Extension clearcache\_recursive
=====================================

[](#typo3-extension-clearcache_recursive)

1 Features
----------

[](#1-features)

- Shows a button in the side view. This can be used to delete the cache of the current page and the subpages.

2 Usage
-------

[](#2-usage)

### 2.1 Installation

[](#21-installation)

#### Installation using Composer

[](#installation-using-composer)

The recommended way to install the extension is using Composer.

Run the following command within your [Composer](https://getcomposer.org/) based TYPO3 project:

```
composer require ayacoo/clearcache-recursive

```

3 Configuration
---------------

[](#3-configuration)

### 3.1 UserTsConfig

[](#31-usertsconfig)

The visibility of the "Recursive Clear Cache" button in the button bar and the entry in the context menu can be controlled via UserTsConfig. By default, the function is only available to **administrators**.

To enable the function for non-admin users, add the following line to the UserTsConfig of the user or group:

```
options.clearCache.subpages = 1

```

4 Administration corner
-----------------------

[](#4-administration-corner)

### 4.1 Versions and support

[](#41-versions-and-support)

clearcache\_recursiveTYPO3PHPSupport / Development4.x14.x8.2 - 8.5features, bugfixes, security updates3.x13.x8.2 - 8.5features, bugfixes, security updates2.x12.x8.1 - 8.4bugfixes, security updates1.x11.x7.4 - 8.0security updates### 4.2 Release Management

[](#42-release-management)

clearcache\_recursive uses [**semantic versioning**](https://semver.org/), which means, that

- **bugfix updates** (e.g. 1.0.0 =&gt; 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
- **minor updates** (e.g. 1.0.0 =&gt; 1.1.0) includes new features and smaller tasks without breaking changes,
- and **major updates** (e.g. 1.0.0 =&gt; 2.0.0) breaking changes which can be refactorings, features or bugfixes.

### 4.3 Contribution

[](#43-contribution)

**Pull Requests** are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the **PR** is going to solve.

**Bugfixes**: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if we can reproduce the issue.

5 Thanks / Notices
------------------

[](#5-thanks--notices)

Special thanks to Georg Ringer and his [news](https://github.com/georgringer/news) extension. A good template to build a TYPO3 extension. Here, for example, the structure of README.md is used.

6 Support
---------

[](#6-support)

If you are happy with the extension and would like to support it in any way, I would appreciate the support of social institutions.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~112 days

Total

10

Last Release

70d ago

Major Versions

1.0.0 → 2.0.02023-10-15

1.0.0.x-dev → 3.0.02024-10-25

3.0.0.x-dev → 4.0.02026-04-24

PHP version history (5 changes)1.0.0PHP &gt;=7.4

2.0.0PHP &gt;=8.1

3.0.0PHP &gt;=8.2 &lt; 8.4

3.0.1PHP &gt;=8.2 &lt; 8.5

3.0.2PHP &gt;=8.2 &lt; 8.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3945184611089fcd30187b01bf574c07576ff77049b8272cd69b9a54f31a5b0?d=identicon)[ayacoo](/maintainers/ayacoo)

---

Top Contributors

[![ayacoo](https://avatars.githubusercontent.com/u/5963331?v=4)](https://github.com/ayacoo "ayacoo (27 commits)")[![garvinhicking](https://avatars.githubusercontent.com/u/273326?v=4)](https://github.com/garvinhicking "garvinhicking (2 commits)")

---

Tags

hacktoberfesttypo3typo3-extension

### Embed Badge

![Health badge](/badges/ayacoo-clearcache-recursive/health.svg)

```
[![Health](https://phpackages.com/badges/ayacoo-clearcache-recursive/health.svg)](https://phpackages.com/packages/ayacoo-clearcache-recursive)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[lochmueller/staticfilecache

Transparent static file cache solution using mod\_rewrite and mod\_expires. Increase performance for static pages by a factor of 230!!

1271.4M4](/packages/lochmueller-staticfilecache)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

22260.2k](/packages/eliashaeussler-typo3-warming)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[b13/distributed-locks

Redis-based Locking - Adds a Redis Locking Strategy for TYPO3 frontend page generation, useful on distributed systems with NFS.

13276.3k](/packages/b13-distributed-locks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
