PHPackages                             networkteam/typo3-cachebase - 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. networkteam/typo3-cachebase

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

networkteam/typo3-cachebase
===========================

It adds variables to the page cache identifier calculation for serving multiple versions of a webseite parallel. This is the case in container environments with rolling updates.

0.0.1(3y ago)12.5kGPL-2.0-or-laterPHP

Since Jan 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/networkteam/typo3-cachebase)[ Packagist](https://packagist.org/packages/networkteam/typo3-cachebase)[ RSS](/packages/networkteam-typo3-cachebase/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

TYPO3 Extension networkteam\_cachebase
======================================

[](#typo3-extension-networkteam_cachebase)

In container environments with rolling updates there is the point where two versions run parallel and a page cache flush is not what we want.

What does it do?
----------------

[](#what-does-it-do)

This extension adds variables to the page cache identifier calculation. For our Use Case it adds the environment variable `SENTRY_RELEASE`, which contains a version number.

More variables can be added like

```
$GLOBALS['EXTCONF']['networkteam_cachebase']['keys']['your_key'] = 'value';
```

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

[](#installation)

```
composer req networkteam/typo3-cachebase
```

Background
----------

[](#background)

The page cache hash calculation is based on

- Page row
- TypoScript Conditions
- Modification time of loaded TypoScript files
- Site
- ... and some more

but changes for example in Fluid Templates are not taken into account.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1222d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cbf52f8dce27737b73b79ac2c958434339f3dcf704b17a040956ed9a33eb4ef?d=identicon)[networkteam](/maintainers/networkteam)

---

Tags

containercaching

### Embed Badge

![Health badge](/badges/networkteam-typo3-cachebase/health.svg)

```
[![Health](https://phpackages.com/badges/networkteam-typo3-cachebase/health.svg)](https://phpackages.com/packages/networkteam-typo3-cachebase)
```

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k727.3M2.1k](/packages/psr-simple-cache)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k348.9M2.5k](/packages/symfony-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[overblog/dataloader-php

DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.

2124.2M6](/packages/overblog-dataloader-php)[spatie/blink

Cache that expires in the blink of an eye

1685.0M8](/packages/spatie-blink)

PHPackages © 2026

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