Flutter
quiver.cache
Cache
<
K
,
V
>
get abstract method
get
Cache class
Constructors
Cache
Properties
hashCode
runtimeType
Methods
get
invalidate
set
noSuchMethod
toString
Operators
operator ==
get method
Future
<
V
>
get
(
K
key
, {
Loader
<
K
,
V
>
ifAbsent
})
Returns the value associated with
key
.
Implementation
Future<V> get(K key, {Loader<K, V> ifAbsent});