MemoryCachePressureWatcher<K, V> constructor
MemoryCachePressureWatcher<K, V> ({
- required MemoryCache<
K, V> cache, - MemoryPressureConfig config = const MemoryPressureConfig(),
Implementation
MemoryCachePressureWatcher({
required this.cache,
this.config = const MemoryPressureConfig(),
});