PHPackages                             labor-digital/typo3-distributed-cache-clearing - 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. labor-digital/typo3-distributed-cache-clearing

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

labor-digital/typo3-distributed-cache-clearing
==============================================

Handler to clear the cache in multi-container setups

10.0.0(4y ago)0304Apache-2.0PHP

Since May 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/labor-digital/typo3-distributed-cache-clearing)[ Packagist](https://packagist.org/packages/labor-digital/typo3-distributed-cache-clearing)[ RSS](/packages/labor-digital-typo3-distributed-cache-clearing/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

TYPO3 Distributed Cache Clearing
================================

[](#typo3-distributed-cache-clearing)

Utility extension to clear the local file caches in a multi-container setup. It is designed to be easily extendable with all kinds of message queue backends. By default a DB/TYPO3 Registry and Redis backend are included.

Requirements
------------

[](#requirements)

- TYPO3 v10
- [TYPO3 - Better API](https://github.com/labor-digital/typo3-better-api)
- Installation using Composer

Installation
------------

[](#installation)

Install this package using Composer:

```
composer require labor-digital/typo3-distributed-cache-clearing

```

Usage
-----

[](#usage)

To utilize the distributed cache clearing you need to register a backend class using the ext config logic. This will activate the message handling when the TYPO3 cache is cleared in the backend or though the CLI.

```
