[TYPO3-dev] Caching Framework
Martin Kutschker
masi-no at spam-typo3.org
Sat Mar 6 21:59:49 CET 2010
Bernhard Kraft schrieb:
> Martin Kutschker wrote:
>
>> Changing the cache FE in the Core is IMHO only an intermediate step.
>> For 4.4 we really should create
>> a page cache API that hides the implemetation (old style vs new style).
>
> So a caching backend that stores the data using the old-skool
> "cache_pages" tables, etc. ?
Not quite.
I just want to encapsulate the current cache access in the Core in a "service object". You would use
it like that:
// clear cache for single page
$pageCacheObject->clearCacheForPage($pid);
// clear complete page cache
$pageCacheObject->clearCache();
Masi
More information about the TYPO3-dev
mailing list