Backend\Core\Engine\Base\Cronjob::getCacheDirectory PHP Method

getCacheDirectory() protected method

protected getCacheDirectory ( ) : string
return string
    protected function getCacheDirectory()
    {
        return BackendModel::getContainer()->getParameter('kernel.cache_dir') . '/cronjobs/';
    }