Reading Cached Values from Request Cache
I'm trying to read or manipulate cached values in the request cache but the
currentRequestCache FiberRef contains a "ConsumerCache" which can't be read from. How can I read from the Request cache? (for example if I want to only get cached values without actually running a request)