expire_cache
expire_cache
ExpireCache
<
K
,
V
>
invalidate method
invalidate
ExpireCache class
Constructors
ExpireCache
Properties
clock
expireDuration
gcDuration
hashCode
runtimeType
Methods
get
invalidate
set
noSuchMethod
toString
Operators
operator ==
invalidate method
Future
<
Null
>
invalidate
(
K
key
)
Implementation
Future<Null> invalidate(K key) async { _cache.remove(key); }