CacheStorer<K, V> typedef

CacheStorer<K, V> = Future<void> Function(K key, V value)

Persists a key/value pair to the backing store.

Implementation

typedef CacheStorer<K, V> = Future<void> Function(K key, V value);