get abstract method

Future<V?> get(
  1. K k, {
  2. V? fallback,
})

Get value in cache or get fallback or null

Implementation

Future<V?> get(K k, {V? fallback});