CacheConfig constructor

const CacheConfig({
  1. String defaultDriver = 'file',
  2. Map<String, CacheDriverInterface> drivers = const <String, CacheDriverInterface>{},
})

Implementation

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