Handbuch:$wgMemc

This page is a translated version of the page Manual:$wgMemc and the translation is 44% complete.
Warnung Warnung: It is recommended you use the WANObjectCache service. However, if you really need the internal object, use ObjectCache::getLocalClusterInstance instead.

$wgMemc ist die globale Variable, die verwendet wird, um den Hauptzwischenspeicher zuzugreifen. Es wird in Setup.php gesetzt:

$wgMemc = ObjectCache::getLocalClusterInstance();

wfGetMainCache()

(veraltet in 1.32)

Past global function wfGetMainCache() defined in Handbuch:GlobalFunctions.php as follows:

function wfGetMainCache() {
	return ObjectCache::getLocalClusterInstance();
}

For documentation of the generic class instance it contains, see BagOStuff.

Siehe auch