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.1.0(2mo ago)12.8kGPL-2.0-or-laterPHP

Since Jan 12Pushed 2mo 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 today

READMEChangelog (2)Dependencies (2)Versions (5)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

42

—

FairBetter than 88% of packages

Maintenance88

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~604 days

Total

3

Last Release

60d ago

Major Versions

0.0.1 → v14.x-dev2026-05-04

### Community

Maintainers

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

---

Top Contributors

[![lneugebauer](https://avatars.githubusercontent.com/u/25110308?v=4)](https://github.com/lneugebauer "lneugebauer (3 commits)")

---

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.1k772.9M2.7k](/packages/psr-simple-cache)[symfony/cache

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

4.2k373.5M3.3k](/packages/symfony-cache)[react/cache

Async, Promise-based cache interface for ReactPHP

445131.2M46](/packages/react-cache)[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[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.

2114.6M6](/packages/overblog-dataloader-php)[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)

PHPackages © 2026

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