exists method

Fr<bool> exists(
  1. K key
)

Implementation

Fr<bool> exists(K key) => _existsCache.get(key);