checkCache abstract method

Future<bool> checkCache(
  1. String key
)

check time storage if cached data exists and is valid key - the key used to store the data data - string version of the data to be stored

Implementation

Future<bool> checkCache(String key);