libs/objectcache: Minor code cleanup
commit6e2455c430c39053f27d2f26942e7a0f516f7122
authorReedy <reedy@wikimedia.org>
Sun, 26 Jun 2022 22:24:56 +0000 (26 23:24 +0100)
committerReedy <reedy@wikimedia.org>
Sun, 26 Jun 2022 22:24:56 +0000 (26 23:24 +0100)
tree5a4351c04c09e722be41bd0462ebe48859bd2945
parent56fab95e0b470a77cb6fcdd86b343732528acc24
libs/objectcache: Minor code cleanup

Change-Id: I2375d432cade4ea2390cc8b7f2beda22ef5a556d
16 files changed:
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
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/libs/objectcache/serialized/SerializedValueContainer.php
includes/libs/objectcache/utils/ExpirationAwareness.php
includes/libs/objectcache/wancache/WANObjectCache.php
includes/libs/objectcache/wancache/WANObjectCacheReaper.php