CacheConfig constructor
      const
      CacheConfig({ 
    
    
- String defaultDriver = 'file',
- Map<String, CacheDriverInterface> drivers = const <String, CacheDriverInterface>{},
Implementation
const CacheConfig({
  this.defaultDriver = 'file',
  this.drivers = const <String, CacheDriverInterface>{},
});