Download the PHP package networkteam/typo3-cachebase without Composer
On this page you can find all versions of the php package networkteam/typo3-cachebase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download networkteam/typo3-cachebase
More information about networkteam/typo3-cachebase
Files in networkteam/typo3-cachebase
Download networkteam/typo3-cachebase
More information about networkteam/typo3-cachebase
Files in networkteam/typo3-cachebase
Vendor networkteam
Package typo3-cachebase
Short Description 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.
License GPL-2.0-or-later
Package typo3-cachebase
Short Description 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.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package typo3-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?
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
Installation
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.
All versions of typo3-cachebase with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^11.5 || ^12.0
The package networkteam/typo3-cachebase contains the following files
Loading the files please wait ....