contains method

  1. @override
bool contains(
  1. String key
)
override

Verify if a key exists in the cache.

Implementation

@override
bool contains(String key) => _cache.containsKey(key);