[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
- Follow-Ups:
- [dokuwiki] Re: preventing instruction level caching
- From: Christopher Smith
- [dokuwiki] Re: preventing instruction level caching
- References:
- [dokuwiki] preventing instruction level caching
- From: James Lin
- [dokuwiki] Re: preventing instruction level caching
- From: Christopher Smith
- [dokuwiki] preventing instruction level caching
Other related posts:
- » [dokuwiki] preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Christopher Smith
- » [dokuwiki] Re: preventing instruction level caching - TNHarris
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Christopher Smith
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Christopher Smith
- » [dokuwiki] Re: preventing instruction level caching - Gina Häußge
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Michael Klier
- » [dokuwiki] Re: preventing instruction level caching - James Lin
- » [dokuwiki] Re: preventing instruction level caching - Christopher Smith
- » [dokuwiki] Re: preventing instruction level caching - James Lin