$app['doctrine.cache.factory.filesystem'] = $app->protect(function ($cacheOptions) {
            
            if (empty($cacheOptions['directory'])) {
                throw new \RuntimeException('FilesystemCache directory not defined');
            }