CacheConfig constructor
CacheConfig({
- CachePrePopulate? cachePrePopulate,
- String? cachePrePopulateState,
- bool? cifsChangeNotifyEnabled,
- bool? writebackEnabled,
Implementation
CacheConfig({
this.cachePrePopulate,
this.cachePrePopulateState,
this.cifsChangeNotifyEnabled,
this.writebackEnabled,
});