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

touch() public method

public touch ( $key, $expire )
    public function touch($key, $expire)
    {
        $result = $this->transaction->touch($key, $expire);
        $this->transaction->commit();
        return $result;
    }