Hi
I need a small help from you.
I am using Joomla 1.0.12 + Page Cache 1.0.7 + Fireboard 1.0.3 +
DiscussbotThis Discussbot makes forum post as if they are comments of any content article assigned with it.
Example -
http://gigahertz.byethost18.com/index.php?option=com_content&task=view&id=39&Itemid=62The Problem -Due to your powerful cache system, if someone posts a comment and gets back to content page to see his comment, he can't. Actually he is getting the older page !!
I have to manually clean all the cache from the browser (Firefox) options.
Can you give me a piece of code which will when executed, it will destroy with cache associated with with content page.
I mean, say -
| Code: |
cleanCache(int ContentID)
{
delete cache of ContentID
}
|
Please help me out.