Provides the ConfigCache factory implementation, falling back to a default implementation if necessary.
private function getConfigCacheFactory() : ConfigCacheFactoryInterface { return $this->configCacheFactory ??= new ConfigCacheFactory($this->options['debug']); }