getAll method

Map<K, V> getAll()

Implementation

Map<K, V> getAll() {
  return Map.from(_cache);
}