has abstract method

Future<bool> has(
  1. String key
)

Checks if a key exists in the cache.

Implementation

Future<bool> has(String key);