[dokuwiki] Re: preventing instruction level caching

  • From: James Lin <guanfenglin@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 28 Apr 2009 12:48:13 +1200

>Try "purge=1" in the query string part of the URL.
>Also an action plugin can hook into the PARSER_CACHE_USE event to use
different logic to determine when to expire the cache, including always
telling >dokuwiki to not use the
cache.<http://wiki.splitbrain.org/wiki:mailinglist>


I have tried hooking the PARSER_CACHE_USE, and running the following code:
$event->preventDefault();
$event->stopPropagation();
return false;

didn't seem to work, what if instead of preventing it caching, how to
prevent reading from cache for a particular page in action plugin?

cheers

James

Other related posts: