MemoryCacheOptions constructor
MemoryCacheOptions({})
Creates a new instance of MemoryCacheOptions.
Implementation
MemoryCacheOptions({
this.expirationScanFrequency = const Duration(minutes: 1),
this.sizeLimit,
this.compactionPercentage = 0.05,
this.trackLinkedCacheEntries = false,
this.trackStatistics = false,
});