set abstract method

Future<void> set(
  1. CacheResponse response
)

Pushes response in store

Implementation

Future<void> set(CacheResponse response);