setCachedResponse abstract method

Future<void> setCachedResponse(
  1. String key,
  2. ChatResponse response
)

Stores a response in the cache with the given key.

Implementation

Future<void> setCachedResponse(String key, ChatResponse response);