Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewKernel::getCacheDir PHP Метод

getCacheDir() публичный Метод

public getCacheDir ( )
    public function getCacheDir()
    {
        $context = $this->getContext();
        $this->setContext(static::CONTEXT_PREVIEW);
        $cacheDirectory = parent::getCacheDir();
        $this->setContext($context);
        return $cacheDirectory;
    }