getAll abstract method

Future<List<V>> getAll()

Get all stored cache entries.

Implementation

Future<List<V>> getAll();