Merge "objectcache: tweak SqlBagOStuff purging to happen on write only"
[lhc/web/wiklou.git] / includes / libs / objectcache / BagOStuff.php
index 1dd46f7..00bf57d 100644 (file)
@@ -61,7 +61,7 @@ use Wikimedia\WaitConditionLoop;
  *
  * @ingroup Cache
  */
-abstract class BagOStuff implements IExpiringStore, LoggerAwareInterface {
+abstract class BagOStuff implements IExpiringStore, IStoreKeyEncoder, LoggerAwareInterface {
        /** @var array[] Lock tracking */
        protected $locks = [];
        /** @var int ERR_* class constant */