Aaron Schulz has uploaded a new change for review. https://gerrit.wikimedia.org/r/226256
Change subject: WAN and stash cache notes ...................................................................... WAN and stash cache notes Change-Id: I80afde1a4b533eb1e67e7d19511318d13e3e128e --- M RELEASE-NOTES-1.26 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/56/226256/1 diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 46ffe36..560945c 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -42,6 +42,11 @@ * Added new hooks 'EnhancedChangesListModifyLineData' & 'EnhancedChangesListModifyBlockLineData', to modify the data used to build lines in enhanced recentchanges and watchlist. +* Caches than 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. -- To view, visit https://gerrit.wikimedia.org/r/226256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I80afde1a4b533eb1e67e7d19511318d13e3e128e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
