Extension:LuaCache

MediaWiki extensions manual
LuaCache
Release status: unmaintained
Author(s) Robert Nix
Latest version 1.0.0
MediaWiki >= 1.29.0
License MIT License
Download

The LuaCache extension provides a Lua interface to MediaWiki's ObjectCache.

Installation edit

  • Download and place the file(s) in a directory called LuaCache in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'LuaCache' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.