[TYPO3-dev] clearing cache of parent page automatically

Franz Koch typo at fx.MINUS.graefix.DOT.de
Sun Mar 4 20:28:48 CET 2007


Hi,

I hope this question is not OT for this list - if so sorry. I was just wondering if it is possible to automatically clear the cache for the parent page of the one currently edited in BE. I know I can do this for grand_parent_page and for sibling children etc. but the reference doesn't say anything about the parent page.

Or should the parent page automatically be updated? If so, it doesn't work in my 4.1 RC2 installation.


Just an idea:
--------------
Maybe the clearCache option could be redesigned to work with integer lists like:

# grand parent page
TCEMAIN.clearCache = -2

# parent page
TCEMAIN.clearCache = -1

# siblings
TCEMAIN.clearCache = 1

# parent and siblings
TCEMAIN.clearCache = -1,1

# same level and all siblings
TCEMAIN.clearCache = 0,1

don't know if this is possible or of higher common value. Just came to my mind that second ;)

-- 
Kind regards,
Franz Koch




More information about the TYPO3-dev mailing list