An open API service indexing awesome lists of open source software.

https://github.com/netlogix/nxcachetags

TYPO3 Extension nxcachetags
https://github.com/netlogix/nxcachetags

Last synced: about 2 months ago
JSON representation

TYPO3 Extension nxcachetags

Awesome Lists containing this project

README

        

# TYPO3 Extension nxcachetags

[![stability-beta](https://img.shields.io/badge/stability-beta-33bbff.svg)](https://github.com/netlogix/nxcachetags)
[![TYPO3 V11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11)
[![TYPO3 V12](https://img.shields.io/badge/TYPO3-12-orange.svg)](https://get.typo3.org/version/12)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![GitHub CI status](https://github.com/netlogix/nxcachetags/actions/workflows/ci.yml/badge.svg?branch=main)](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}





```