add abstract method

Future<void> add(
  1. String key,
  2. Uint8List bytes
)

Add some data to the cache

Implementation

Future<void> add(String key, Uint8List bytes);