Temporal Cache Management
- Extension key
-
nr_temporal_cache
- Package name
-
netresearch/nr-temporal-cache
- Version
-
0.9
- Language
-
en
- Author
-
Netresearch DTT GmbH
- License
-
This document is published under the Creative Commons BY 4.0 license.
- Rendered
-
Fri, 04 Sep 2026 06:45:30 +0000
Automatic cache invalidation for time-based content in TYPO3.
Addresses TYPO3 Forge Issue #14277: Menus and content with starttime/endtime update automatically when time passes, without manual cache clearing.
Important
Extension Status: Beta (version 0.9.0, state beta in
ext_). v0.9.0 is the first stable release. Beta
means the API may still change before 1.0 — test before using in
production.
Approach: TYPO3's cache API has no absolute expiration, so the extension approximates one by shortening relative lifetimes or by flushing tags from a scheduled task. A solution inside TYPO3 core would need neither.
See Approach, limits and a core solution for what the approach cannot do, and what core would have to provide to make the extension unnecessary.