Extension:LuaCache

Category:Pages to be expanded#LuaCache Category:Unmaintained extensions#LuaCache Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
LuaCache
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) Robert Nix
Latest version 1.0.0
MediaWiki >= 1.29.0
License MIT License
Download Category:Extensions in GitLab version control
Category:All extensions

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

Installation

  • 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in GitLab version control Category:Extensions with invalid or missing type Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Pages to be expanded Category:ScribuntoExternalLibraries extensions Category:Unmaintained extensions