3use Addshore\Psr\Cache\MWBagOStuffAdapter\BagOStuffPsrCache;
21 if ( self::$mainCache ===
null ) {
22 self::$mainCache = ObjectCache::getLocalClusterInstance();
26 'ObjectCache::getLocalClusterInstance() returned EmptyBagOStuff, using HashBagOStuff'
31 parent::__construct( self::$mainCache );
wfLogWarning( $msg, $callerOffset=1, $level=E_USER_WARNING)
Send a warning as a PHP error and the debug log.
Class representing a cache/ephemeral data store.
A BagOStuff object with no objects in it.
Simple store for keeping values in an associative array for the current process.
A PSR-6 compatible wrapper to let SmashPig objects use Mediawiki's local cluster BagOStuff cache via ...
static BagOStuff $mainCache