X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fmemcached.txt;h=8c59e72dd69db1450db4838391936fb8d6847fd1;hb=e460627ef676b594ab2bd5978071331bb191824e;hp=ad2307fda08044cecc3000bcbfc8782928c03d69;hpb=4f21e6be661f7305abc223bb31600970a3fb5326;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/memcached.txt b/docs/memcached.txt index ad2307fda0..8c59e72dd6 100644 --- a/docs/memcached.txt +++ b/docs/memcached.txt @@ -122,7 +122,7 @@ Lag time of the databases: key: $wgDBname:lag_times ex: wikidb:lag_times stores: array mapping the database id to its lag time - expriy: 5 secondes + expiry: 5 secondes cleared by: nothing Localisation: @@ -139,7 +139,7 @@ Message Cache: ex: wikidb:messages, wikidb:messages-hash, wikidb:messages-status stores: an array where the keys are DB keys and the values are messages set in: wfMessage(), Article::editUpdates() and Title::moveTo() - expriy: $wgMsgCacheExpiry + expiry: $wgMsgCacheExpiry cleared by: nothing Newtalk: @@ -194,14 +194,14 @@ Revision text: ex: wikidb:revisiontext:textid:1012 stores: text of a revision cleared by: nothing - expriry: $wgRevisionCacheExpiry + expiry: $wgRevisionCacheExpiry Sessions: controlled by: $wgSessionsInObjectCache key: $wgBDname:session:$id ex: wikidb:session:38d7c5b8d3bfc51egf40c69bc40f8be3 stores: $SESSION, useful when using a multi-sever wiki - expriy: one hour + expiry: one hour cleared by: session_destroy() Sidebar: @@ -210,7 +210,7 @@ Sidebar: key: $wgDBname:sidebar ex: wikidb:sidebar stores: the html output of the sidebar - expriy: $wgSidebarCacheExpiry + expiry: $wgSidebarCacheExpiry cleared by: MessageCache::replace() Special:Allpages: @@ -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 ...