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

store() protected method

protected store ( mixed $value, string $id ) : void
$value mixed
$id string
return void
    protected function store($value, $id)
    {
        $this->cache->set(self::ID_PREFIX . self::ID_SEPARATOR . $id, $value);
    }