Made BagOStuff::cas protected, which is just one merge() implementation
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Jan 2015 10:15:03 +0000 (02:15 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 10 Feb 2015 18:38:41 +0000 (10:38 -0800)
commit61697bab1efd325e204b808e87afcff91396d370
tree92640faf8323a568bf74021b4f186891cebaa746
parent532ef7851c696cbbccecdad365d5dd44486245fd
Made BagOStuff::cas protected, which is just one merge() implementation

Change-Id: I3ef82226231f7e03f7493ae042cad22339f4c869
includes/objectcache/APCBagOStuff.php
includes/objectcache/BagOStuff.php
includes/objectcache/EmptyBagOStuff.php
includes/objectcache/HashBagOStuff.php
includes/objectcache/MemcachedBagOStuff.php
includes/objectcache/MemcachedPeclBagOStuff.php
includes/objectcache/MultiWriteBagOStuff.php
includes/objectcache/RedisBagOStuff.php
includes/objectcache/SqlBagOStuff.php
includes/objectcache/WinCacheBagOStuff.php
includes/objectcache/XCacheBagOStuff.php