Extension:PurgeCache
From MediaWiki.org
|
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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
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
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/PurgeCache/PurgeCache.php" );
- The extension should be now active.
| Language: | English • Português do Brasil |
|---|
