objectcache: merge getWithToken() into doGet() for simplicity
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 26 Mar 2019 23:23:26 +0000 (16:23 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 27 Mar 2019 20:03:25 +0000 (13:03 -0700)
commit962495b17af30ba91dd9f774d2a0449782dfea45
treef05f13eb90e80c9fc36d6343ec552bb9fe956adc
parent963f1c560c735dbc772de7774772a59e67da1d91
objectcache: merge getWithToken() into doGet() for simplicity

Change-Id: I581f866521e1086ca350973d9cdeff6656f48fe8
15 files changed:
includes/libs/objectcache/APCBagOStuff.php
includes/libs/objectcache/APCUBagOStuff.php
includes/libs/objectcache/BagOStuff.php
includes/libs/objectcache/CachedBagOStuff.php
includes/libs/objectcache/EmptyBagOStuff.php
includes/libs/objectcache/HashBagOStuff.php
includes/libs/objectcache/MemcachedBagOStuff.php
includes/libs/objectcache/MemcachedPeclBagOStuff.php
includes/libs/objectcache/MultiWriteBagOStuff.php
includes/libs/objectcache/RESTBagOStuff.php
includes/libs/objectcache/RedisBagOStuff.php
includes/libs/objectcache/ReplicatedBagOStuff.php
includes/libs/objectcache/WinCacheBagOStuff.php
includes/objectcache/SqlBagOStuff.php
tests/phpunit/includes/libs/objectcache/CachedBagOStuffTest.php