contains abstract method

bool contains(
  1. String key
)

Verify if a key exists in the cache.

Implementation

bool contains(String key);