Extension:PurgeCache

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
PurgeCache

Release status: stable

Implementation Special page
Description Special page used to wipe the objectcache table
Author(s) Rob Church
Last version 0.1
License Public domain
Download
Added rights

purgecache

Check usage (experimental)

The PurgeCache extension adds a new special page, PurgeCache, restricted to users having the purgecache right (developers by default). This page cache be used to to wipe the objectcache table. This extension has no effect if using memcached or a PHP opcode cache for object caching.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once( "$IP/extensions/PurgeCache/PurgeCache.php" );
    to LocalSettings.php
  3. The extension should be now active.
Language: English  • Português do Brasil
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox