get method

Fr<T?> get(
  1. K key
)

Implementation

Fr<T?> get(K key) => _getCache.get(key);