MatthiasMullie\Scrapbook\Scale\Shard::cas PHP Méthode

cas() public méthode

public cas ( $token, $key, $value, $expire )
    public function cas($token, $key, $value, $expire = 0)
    {
        return $this->getShard($key)->cas($token, $key, $value, $expire);
    }