https://github.com/netlogix/nxcachetags
TYPO3 Extension nxcachetags
https://github.com/netlogix/nxcachetags
Last synced: about 2 months ago
JSON representation
TYPO3 Extension nxcachetags
- Host: GitHub
- URL: https://github.com/netlogix/nxcachetags
- Owner: netlogix
- Created: 2022-07-08T09:53:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:24:10.000Z (11 months ago)
- Last Synced: 2025-03-29T04:03:25.203Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# TYPO3 Extension nxcachetags
[](https://github.com/netlogix/nxcachetags)
[](https://get.typo3.org/version/11)
[](https://get.typo3.org/version/12)
[](https://php.net/)
[](https://github.com/netlogix/nxcachetags/actions)Simplifies cache handling in TYPO3. Provides mechanisms for nested cached fragments,
e.g. a news list. In a news list the single news can be cached and the whole list can
be cached again. If a news in the list changes, not only must the cache for the news
item be flushed, but also the whole list. As all other news items are still cached,
only the changed item needs to be rendered while all other items can still be fetched
from cache.## Example
```html
{newsItem.title}
```