Is there a parser function/extension that turns off caching completely just for a specific page?
Take a look at http://central.wiki-tools.com/wiki/Extension:Wiki_Category_Tag_Cloud
There's a function invalidateCache() which does the following: Title :: newFromText($titles[$i])->invalidateCache();
HTH.
-- F.