CacheConfig constructor

CacheConfig({
  1. CachePrePopulate? cachePrePopulate,
  2. String? cachePrePopulateState,
  3. bool? cifsChangeNotifyEnabled,
  4. bool? writebackEnabled,
})

Implementation

CacheConfig({
  this.cachePrePopulate,
  this.cachePrePopulateState,
  this.cifsChangeNotifyEnabled,
  this.writebackEnabled,
});