jaguar_cache package
documentation
jaguar_cache
InMemoryCache
<
T
>
remove method
remove
jaguar_cache package
documentation
jaguar_cache
InMemoryCache
<
T
>
remove method
InMemoryCache class
Constructors
InMemoryCache
Properties
defaultExpiry
hashCode
runtimeType
Methods
clear
read
readMany
remove
replace
upsert
noSuchMethod
toString
Operators
operator ==
remove
method
void
remove
(
String
key
)
override
Deletes the given key from the cache
Implementation
void remove(String key) { _store.remove(key); }