Ask a question to get started
Enter to send•Shift+Enter new line
Get a value from cache.
get( self, key: str, refresh_func: Callable[[], Any] ) -> Optional[Any]
key
str
The cache key (prompt identifier like "owner/name:hash").
refresh_func
Callable[[], Any]
Function to refresh this cache entry when stale.