[TYPO3-dev] t3lib_cache
Steffen Kamper
steffen at sk-typo3.de
Thu Jan 17 10:12:10 CET 2008
Hi,
cache is one of the most advanced things in TYPO3 and developers search for
own methods to clear specific cache.
What do you think about creating a general cache API?
My proposal is to bundle existing functions in one file, eg. t3lib_cache,
maybe mostly static functions that can be called from extensions.
API should have functionality like
- creating chash from given piVars
- deleting cache of specific pid
- deleting cache from specific cHash
- register cache using fields reg1
- deleting cache with registered reg1
What do you think? Please let me know you're ideas.
vg Steffen
More information about the TYPO3-dev
mailing list