I see in your ratings extension you cleared the cash yourself like this:

                $GLOBALS['TYPO3_DB']->exec_DELETEquery('cache_pages',
'page_id=' . $this->pid);
                $GLOBALS['TYPO3_DB']->exec_DELETEquery('cache_pagesection',
'page_id=' . $this->pid);

So if I wanted to delete the page where the SINGLE news articles are
displayed, could I use the above with the correct PID?

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Dmitry
Dulepov [typo3]
Gesendet: Montag, 17. März 2008 17:54
An: typo3-english@lists.netfielders.de
Betreff: Re: [TYPO3] *** POSSIBLE SPAM (6.0) *** How can I delete tt_news
articles from the cache?

Hi!

Stephen Bungert wrote:
> Is it possible to clear the cache of a tt_news item? If so how would this
be
> done?

There is no cache for tt_news item. You can only clear cache for page where
news items are displayed.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to