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
===========================

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

3.1.0(3mo ago)040↓50%2[1 issues](https://github.com/ayacoo/clearcache_recursive/issues)proprietaryPHPPHP &gt;=8.2 &lt; 8.6

Since Oct 15Pushed 3mo 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 1mo ago

READMEChangelog (4)Dependencies (1)Versions (14)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 / Development3.x13.x8.2 - 8.5features, bugfixes, security updates2.x12.x8.1 - 8.4bugfixes, security updates1.x11.x7.4 - 8.0bugfixes, security 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

45

—

FairBetter than 93% of packages

Maintenance81

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~106 days

Recently: every ~117 days

Total

9

Last Release

100d ago

Major Versions

1.0.0 → 2.0.02023-10-15

1.0.0.x-dev → 3.0.02024-10-25

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 (22 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

[lochmueller/staticfilecache

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

1311.3M3](/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.

20229.9k](/packages/eliashaeussler-typo3-warming)[b13/distributed-locks

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

13248.2k](/packages/b13-distributed-locks)[bnf/nginx-cache

NGINX Cache Manager for TYPO3

243.7k](/packages/bnf-nginx-cache)

PHPackages © 2026

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