objectcache: Remove broken apcu_set() calls
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Dec 2016 06:03:21 +0000 (01:03 -0500)
committerKrinkle <krinklemail@gmail.com>
Tue, 6 Dec 2016 15:39:42 +0000 (15:39 +0000)
commit343f94f1fe5e86aac43c1c1617990624c846d1e1
treecc0318c93e32bf3c3da24a94fb16e078a09e2fb3
parentb48be1580e39d67c38df0ea139f4384635f4a32e
objectcache: Remove broken apcu_set() calls

The method call was misnamed (should be apcu_store) and not needed anyway,
since the other BagOStuff classes fail if no key is present.

Change-Id: I726965e665c2d0c5843d8dd33504810d130b9e98
includes/libs/objectcache/APCUBagOStuff.php