objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 11 Jul 2019 12:35:07 +0000 (05:35 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 19 Jul 2019 20:01:46 +0000 (13:01 -0700)
commitbebe30333df8464370073973d99ef18db35f65b2
tree85fb6d67f694b0cc159f67a6d7abf6fe7b5f8278
parent2df4d8b0fb67563ce81171e40aa64ae61f842016
objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses

This make it much clearer what needs to be overridden

Change-Id: I3073f8a0605f557c6a3a93d0d8401cddd0fb8dbe
18 files changed:
autoload.php
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/MediumSpecificBagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/MemcachedBagOStuff.php
includes/libs/objectcache/MemcachedPhpBagOStuff.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/BagOStuffTest.php
tests/phpunit/includes/session/TestBagOStuff.php