MemoryCachePressureWatcher<K, V> constructor

MemoryCachePressureWatcher<K, V>({
  1. required MemoryCache<K, V> cache,
  2. MemoryPressureConfig config = const MemoryPressureConfig(),
})

Implementation

MemoryCachePressureWatcher({
  required this.cache,
  this.config = const MemoryPressureConfig(),
});