containsKey method

bool containsKey(
  1. K key
)

检查是否包含 key

Implementation

bool containsKey(K key) => _cache.containsKey(key);