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

exists() public method

public exists ( $token )
    public function exists($token)
    {
        return $this->dataCache->contains($token);
    }