MatthiasMullie\Scrapbook\Buffered\BufferedStore::cas PHP Method

cas() public method

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