exists static method

bool exists(
  1. String key
)

Indicates whether an item with the provided key exists.

Implementation

static bool exists(String key) => _cache.containsKey(key);