Extension:InspectCache

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Added rights

inspectcache

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]

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once( "$IP/extensions/InspectCache/InspectCache.php" );
    to LocalSettings.php
  3. The extension should be now active.