diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2015-07-21 19:23:08 -0700 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2015-07-23 13:13:47 -0700 |
commit | ff7a585ccdbf474d16699685f01ae216035bac85 (patch) | |
tree | 342698a091b936b01b7f6fe9bff2f1880e9b5e78 /RELEASE-NOTES-1.26 | |
parent | 78e7a1b786c9fa278f6fc087ae4ee6095a0d2fd7 (diff) | |
download | mediawikicore-ff7a585ccdbf474d16699685f01ae216035bac85.tar.gz mediawikicore-ff7a585ccdbf474d16699685f01ae216035bac85.zip |
WAN and stash cache notes
Change-Id: I80afde1a4b533eb1e67e7d19511318d13e3e128e
Diffstat (limited to 'RELEASE-NOTES-1.26')
-rw-r--r-- | RELEASE-NOTES-1.26 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 46ffe3619ad3..5688ed6d0c67 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. |