containsKey abstract method

bool containsKey(
  1. Object key
)

Gets a value indicating whether the cache entry associated with key exists.

Returns true if the cache contains an entry with the given key.

Implementation

bool containsKey(Object key);