DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Caching

Für alle Actions des ProductControllers wird ein eigener Cache Tag gesetzt. Dieser kann dazu genutzt werden, gezielt den Cache aller Seiten mit einem Produkt Plugin zu leeren.

PageTS:

# clearCacheCmd for product folder with page id 35
[globalVar = TSFE:id=35]
    TCEMAIN.clearCacheCmd = cacheTag:tx_cart
[end]