Removed MultiWriteBagOStuff::replace
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Sep 2014 18:13:06 +0000 (11:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Sep 2014 18:13:06 +0000 (11:13 -0700)
Change-Id: Ifa6373cda099d1b87e90592598267987e9185a25

includes/objectcache/MultiWriteBagOStuff.php

index 497f75d..6a69137 100644 (file)
@@ -115,16 +115,6 @@ class MultiWriteBagOStuff extends BagOStuff {
                return $this->doWrite( 'add', $key, $value, $exptime );
        }
 
-       /**
-        * @param string $key
-        * @param mixed $value
-        * @param int $exptime
-        * @return bool
-        */
-       public function replace( $key, $value, $exptime = 0 ) {
-               return $this->doWrite( 'replace', $key, $value, $exptime );
-       }
-
        /**
         * @param string $key
         * @param int $value