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});