Project

General

Profile

Actions

Feature #45090

closed

Allow TypoScript to add pageCacheTags to page for cachingframework

Added by Stefan Neufeind about 11 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-02-02
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Currently there exists no direct way using TypoScript to add "tags" to a page before it is sent to the cachingframework.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #20305: clearCacheCmd should support recursionClosed2009-04-11

Actions
Is duplicate of TYPO3 Core - Feature #34403: Add stdWrap feature: addPageCacheTagsClosed2012-02-29

Actions
Actions #1

Updated by Stefan Neufeind about 11 years ago

How about:

page.cachetags.<whatyoulike> = myTag

We should then also allow stdWrap on those entries so various values can be reused to create a tag.

Actions #2

Updated by Ingo Renner about 11 years ago

just make sure to use camelCase ... cacheTags :)

Actions #3

Updated by Philipp Gampe about 11 years ago

I would prefer a tsConfig way to add tags (or even in page options).

Actions #4

Updated by Andreas Kiessling about 11 years ago

I often need dynamic values for cache tags, not just static strings.
Imagine rendering news or addresses with plain TypoScript CONTENT/RECORDS. When the page is tagged with tt_address_[uid], it was pretty easy to just install enetcache and let its hooks drop the cache for the pages whenever a record was edited through TCEmain. So in my opinion, adding tag entries should be available in stdWrap so you can use it in renderObj, PAGE etc.

Actions #5

Updated by Philipp Gampe about 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF