As the documentation states you can set up a custom cache handler for the "Data Cache" (fetch calls in your code for example).
However, there is no mention of how to load balance the "Full route cache".
This makes sense if this only lives in memory since memory is not shared between pods in kubernetes for example.
Does this mean that there is simply no way to utilize the "Full route cache" for load balanced scenarios?