has abstract method

Future<bool> has(
  1. String key
)

Determines if an item exists in the cache.

Implementation

Future<bool> has(String key);