What are the ways to cache large json?

pxzxz1
Participant IV

Hello Apigeeks

I have two non-target endpoint proxy with two flows

I will send payload to flow1 and cache them. I will retrieve the cache data via flow2.

The payload is a large size of json

Since KVM has limit to the size, can anyone suggest how I can cache large json data and retrieve them altogether?

0 1 359
1 REPLY 1

Can you clarify what your definition of a cache is? It sounds like you're after a database store of some kind rather than a cache?