read abstract method

FutureOr<Response>? read(
  1. CacheKey? key
)

Reads cache saved under provided key.

Implementation

FutureOr<Response>? read(CacheKey? key);