You need to look further down in the file, the _useCache() method of the cache_renderer class. You are listing the file dependencies, where the cache is invalidated if the file is newer than the cache. Internal link dependencies don't care about when the file was last modified, only whether its existence has changed, for that the cache_renderer class needs to implement its own logic, hence it extends the _useCache() method and does its own thing. -- Chris YC Chan wrote: > I'm still looking for the 'magic' that makes it work! > -- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist