isExists method

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

Implementation

@override
bool isExists(String key) {
  return cache.containsKey(key);
}