Convert SiteStatsUpdate to using getMainStashInstance()
[lhc/web/wiklou.git] / includes / objectcache / ObjectCache.php
index 3d14c33..27d8802 100644 (file)
@@ -63,7 +63,7 @@ use MediaWiki\Logger\LoggerFactory;
  *   Purpose: Memory storage for per-cluster coordination and tracking.
  *   A typical use case would be a rate limit counter or cache regeneration mutex.
  *   Stored centrally within the local data-center. Not replicated to other DCs.
- *   Also known as $wgMemc. Configured by $wgMainCacheType.
+ *   Configured by $wgMainCacheType.
  *
  * - wfGetCache( $cacheType )
  *   Get a specific cache type by key in $wgObjectCaches.