X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FBagOStuff.php;h=3736103351ac2143536c81a43eae34396e088671;hb=25dbd91513f1e55ee2ae9f01ef6abce648376a32;hp=b9be43df8a70c9e1d2feac9801bdf52edcf16a4b;hpb=2257fe42288cca06376e5caf45aa32da9d0216cf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/objectcache/BagOStuff.php b/includes/libs/objectcache/BagOStuff.php index b9be43df8a..3736103351 100644 --- a/includes/libs/objectcache/BagOStuff.php +++ b/includes/libs/objectcache/BagOStuff.php @@ -69,6 +69,7 @@ abstract class BagOStuff implements IExpiringStore, LoggerAwareInterface { const READ_VERIFIED = 2; // promise that caller can tell when keys are stale /** Bitfield constants for set()/merge() */ const WRITE_SYNC = 1; // synchronously write to all locations for replicated stores + const WRITE_CACHE_ONLY = 2; // Only change state of the in-memory cache public function __construct( array $params = array() ) { if ( isset( $params['logger'] ) ) {