EvictionScheduler constructor
EvictionScheduler(
- dynamic cache
Creates a new instance of EvictionScheduler.
Implementation
EvictionScheduler(dynamic cache) : _eviction = cache.eviction;
Creates a new instance of EvictionScheduler.
EvictionScheduler(dynamic cache) : _eviction = cache.eviction;