Checks if the cache contains an entry for the given key.
key
@override Future<bool> contains(String key) { throw UnimplementedError( 'Cache is not available in your current platform.', ); }