Sulu\Bundle\PreviewBundle\Preview\Preview::stop PHP Method

stop() public method

public stop ( $token )
    public function stop($token)
    {
        if (!$this->exists($token)) {
            return;
        }
        $this->dataCache->delete($token);
    }