From: Aaron Schulz Date: Wed, 22 Jul 2015 02:23:08 +0000 (-0700) Subject: WAN and stash cache notes X-Git-Tag: 1.31.0-rc.0~10668^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=ff7a585ccdbf474d16699685f01ae216035bac85;p=lhc%2Fweb%2Fwiklou.git WAN and stash cache notes Change-Id: I80afde1a4b533eb1e67e7d19511318d13e3e128e --- diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 46ffe3619a..5688ed6d0c 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -42,6 +42,11 @@ production. * Added new hooks 'EnhancedChangesListModifyLineData' & 'EnhancedChangesListModifyBlockLineData', to modify the data used to build lines in enhanced recentchanges and watchlist. +* Caches that need purging ability now use the WANObjectCache interface. + This corresponds to a new $wgMainWANCache setting, which defaults to using + the $wgMainCacheType settings. +* Callers needing fast light-weight data stores use $wgMainStash to select + the store type from $wgObjectCaches. The default is the local database. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5.