objectcache: move ERR_* constants to IExpiringStore
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 8 Mar 2019 21:11:54 +0000 (13:11 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 8 Mar 2019 21:12:01 +0000 (13:12 -0800)
commit74be3a015069ca50ce30e13ae58b9607758ef93b
tree95e22253dc0c2acfb2a17b626db283072a7c8aef
parent349a04cd10aa3d44b3f8ee9dd31331db6f2928b2
objectcache: move ERR_* constants to IExpiringStore

Also removed unused ERR_* constant from WANObjectCache and fixed
comment in the constructor.

Change-Id: I4377fc3f533113a459b648fad084ba097ff51762
includes/libs/objectcache/BagOStuff.php
includes/libs/objectcache/IExpiringStore.php
includes/libs/objectcache/WANObjectCache.php