ComboStrap / stale

A Dokuwiki plugin to make the cache stale by touching configuration files
GNU General Public License v2.0
2 stars 1 forks source link

Stale Plugin - Making your Dokuwiki Cache Stale

About

Stale is a DokuWiki Plugin that aims to delete or make all DokuWiki Cache stale.

For this purpose, it will :

Configuration file touched

The following configuration files are touched:

Note that the plugins that are using the cache system, must make the cache dependent of their info file to get the cache stale

Why ? Because these files are cache dependencies and if touched will then prohibit the use of the cache by the next request.

How to stale ?

You can stale the cache:

Release

Reference

Based on the dead plugin toucher idea.