CacheConfig constructor
const
CacheConfig({})
Implementation
const CacheConfig({
this.maxSizeMB = 50,
this.defaultExpiry = const Duration(hours: 1),
this.persistToDisk = true,
this.maxEntries = 1000,
});
const CacheConfig({
this.maxSizeMB = 50,
this.defaultExpiry = const Duration(hours: 1),
this.persistToDisk = true,
this.maxEntries = 1000,
});