containsKey abstract method

bool containsKey(
  1. K key
)

Check if the cache contains a specific entry. It is better to use get and check for null-returns

Implementation

bool containsKey(K key);