write abstract method

Future<void> write(
  1. String key,
  2. String serializedEntry
)

Writes a serialized cache entry string for the given key

Implementation

Future<void> write(String key, String serializedEntry);