An optional object to configure caching behavior for the request. By default, caching is enabled with a TTL of 120 seconds. You can customize these settings by providing the cache object.
Time-to-live (TTL) for the cache entry in seconds. Default is 120 seconds. Setting a longer TTL can improve performance for repeated requests with the same input, but may result in slightly outdated responses if the underlying data changes frequently.