read abstract method

Future<String?> read(
  1. String key
)

Reads a serialized cache entry string for the given key, returns null if not found

Implementation

Future<String?> read(String key);