getCachedResponse abstract method
Retrieves a cached response for the given key, or null if
not found.
Implementation
Future<ChatResponse?> getCachedResponse(String key);
Retrieves a cached response for the given key, or null if
not found.
Future<ChatResponse?> getCachedResponse(String key);