Extension:InspectCache
From MediaWiki.org
|
InspectCache Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | A simple debugging tool to inspect the contents of the shared cache | ||
| Author(s) | Tim Starling and Brion Vibber | ||
| Last version | 0.3 | ||
| License | No license specified | ||
| Download |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The InspectCache extension is a simple debugging tool to inspect the contents of the shared cache. It adds a new special page, InspectCache, restricted to users having the inspectcache right (sysops by default).
Installation [edit]
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/InspectCache/InspectCache.php" );
- The extension should be now active.
