Merge "Avoid master queries on SpecialBlockList"
[lhc/web/wiklou.git] / includes / objectcache / MemcachedPeclBagOStuff.php
index 339a536..f2c4928 100644 (file)
@@ -145,7 +145,7 @@ class MemcachedPeclBagOStuff extends MemcachedBagOStuff {
         * @param int $exptime
         * @return bool
         */
-       public function cas( $casToken, $key, $value, $exptime = 0 ) {
+       protected function cas( $casToken, $key, $value, $exptime = 0 ) {
                $this->debugLog( "cas($key)" );
                return $this->checkResult( $key, parent::cas( $casToken, $key, $value, $exptime ) );
        }