Merge "initSiteStats.php: Make it obvious you need to use --update"
[lhc/web/wiklou.git] / docs / memcached.txt
index ad2307f..e914a3a 100644 (file)
@@ -232,19 +232,4 @@ Special:Recentchanges (feed):
        Special:Recentchanges?action=purge&feed=atom,
        but note need $wgGroupPermissions[...]['purge'] permission.
 
-Statistics:
-       controlled by: $wgStatsMethod
-       key: $wgDBname:stats:$key
-       ex: wikibd:stats:request_with_session
-       stores: counter for statistics (see maintenance/showCacheStats.php script)
-       expiry: none (?)
-       cleared by: maintenance/clearCacheStats.php script
-
-User:
-       key: $wgDBname:user:id:$sId
-       ex: wikidb:user:id:51
-       stores: instance of class User
-       set in: User::saveToCache()
-       cleared by: User::saveSettings(), User::clearSharedCache()
-
 ... more to come ...