$app['doctrine.cache.factory.phpfile'] = $app->protect(function ($cacheOptions) {

            if (empty($cacheOptions['directory'])) {
                throw new \RuntimeException('FilesystemCache directory not defined');
            }