MatthiasMullie\Scrapbook\Scale\StampedeProtector::cas PHP Method

cas() public method

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