FluidTYPO3\Vhs\ViewHelpers\Render\CacheViewHelper::has PHP Method

has() protected method

protected has ( string $id ) : boolean
$id string
return boolean
    protected function has($id)
    {
        return (bool) $this->cache->has(self::ID_PREFIX . self::ID_SEPARATOR . $id);
    }