ExpireCache<K, V> constructor
Implementation
ExpireCache(
{this.clock = const Clock(),
this.expireDuration = const Duration(seconds: 60),
this.gcDuration = const Duration(seconds: 60)});
ExpireCache(
{this.clock = const Clock(),
this.expireDuration = const Duration(seconds: 60),
this.gcDuration = const Duration(seconds: 60)});