FiberRef.currentRequestCache -- I want to get the cached values in my batch resolver so I can include some info on cached values in the call to my server. I'm not sure how to get the actual values out of the Cache.Request returned by FiberRef.currentRequestCache. The .values() of that cache aren't the cached values but instead arecurrentRequestCache to send with my request?