CacheRule constructor
const
CacheRule({
- Duration maxAge = const Duration(days: 30),
- StoreDirectoryType storeDirectory = StoreDirectoryType.temporary,
- bool checksum = false,
Implementation
const CacheRule({
this.maxAge = const Duration(days: 30),
this.storeDirectory: StoreDirectoryType.temporary,
this.checksum: false,
});