contains abstract method

Future<bool> contains(
  1. String key
)

Checks if the cache contains an entry for the given key.

Implementation

Future<bool> contains(String key);