Cache<K, V> constructor

Cache<K, V>(
  1. int capacity,
  2. Duration ttl,
  3. CacheEvictionPolicy<K> _policy
)

Implementation

Cache(this.capacity, this.ttl, this._policy);