objectcache: convert APC and hash BagOStuff to using mergeViaCas()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Mar 2019 17:57:02 +0000 (10:57 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Mar 2019 20:58:10 +0000 (13:58 -0700)
This way, the $attempts parameter to merge() is respected and locks
are not held while possibly slow callbacks might run.

Also renamed confusingly named serialization functions in HashBagOStuff.

Change-Id: Id031d82e0a7c941936f04d2cdf590a6296777cf8


No differences found