[dokuwiki] Re: Caching, what does ~~NOCACHE~~ actually do, it doesn't seem to force reprocessing

  • From: Christopher Smith <chris@xxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 19 Dec 2010 23:09:32 +0000

On 18 Dec 2010, at 15:14, Chris G wrote:

> 
> While I'm here I've seen:-
> 
>    $renderer->info['cache'] = false;
> 
> in a couple of other plugins.  Presumably it stops something caching
> something, but what exactly?
> 

The rendered result.  Its how the renderer implements ~~NOCACHE~~ too.

http://dev.splitbrain.org/reference/dokuwiki/inc/parser/renderer.php.source.html#l34

- Chris

Other related posts: