User:Mainframe98/Caches

This page documents the kinds of caches known to MediaWiki.

Available as services edit

  • LocalisationCache
  • LocalServerObjectCache - Autodetected from apcu, apc or wincache (or CACHE_NONE)
  • MainWANObjectCache
  • MessageCache
  • ParserCache
  • GenderCache

Available through the ObjectCache class edit

  • LocalServerInstance - The LocalServerObjectCache service with optional fallback
  • LocalClusterInstance - $wgMainCacheType ; Proposed to be added in phab:T243233