спасибо Павел, очень помогли - работает.
для тех кто будет искать такой же вопрос
Clear cache
TCE also has an API for clearing the cache tables of TYPO3:
Syntax:
$tce->clear_cacheCmd($cacheCmd);
$cacheCmd values
Description
[integer] - Clear the cache for the page id given.
"all" - Clears all cache tables (cache_pages, cache_pagesection, cache_hash).
Only available for admin-users unless expressly allowed by User TSconfig "options.clearCache.all"
"pages" - Clears all pages from cache_pages.
Only available for admin-users unless expressly allowed by User TSconfig "options.clearCache.pages"
"temp_CACHED" - Clears the temp_CACHED fiels in typo3conf/
|