setCachedResponse abstract method
Stores a response in the cache with the given key.
Implementation
Future<void> setCachedResponse(String key, ChatResponse response);
Stores a response in the cache with the given key.
Future<void> setCachedResponse(String key, ChatResponse response);