API Call Caching

I am curious if Bubble provides API result caching. For instance, I have a user who calls a defined third-party API by passing in their zip code as a parameter. If another user or same user comes in with that same zip code in, say, an hour (obviously, this is a contrived scenario), would Bubble make the call to the source API again, or would it pull from the cache?

If the third-party calls are metered, a form of caching will help keep the call limits lower and the cost of the service being used. If there is a “cache,” how long is it? If there is no cache, how would you go about reducing similar repeat calls