EvictionScheduler constructor

EvictionScheduler(
  1. dynamic cache
)

Creates a new instance of EvictionScheduler.

Implementation

EvictionScheduler(dynamic cache) : _eviction = cache.eviction;