conditions property
Set<EvictionTiming>
get
conditions
Gets the conditions that must be met for eviction to run.
Implementation
Set<EvictionTiming> get conditions => Set.unmodifiable(_conditions);
Gets the conditions that must be met for eviction to run.
Set<EvictionTiming> get conditions => Set.unmodifiable(_conditions);