“To optimize performance, cached responses larger than 256 KB are not distributed across the Apigee Edge server infrastructure. It’s possible that a cached response will not be retrieved if it is cached on one server, but the request is handled by a different distributed server. In this case, you may see API calls that are sent to the backend even though they have been cached.”
Can you please help clarify to understand what this limitation is about?
@brajesh_de@yahoo.com , Thanks for pointing that . I was unaware of this until you pointed .
I believe its not a limitation but it was added to avoid overhead on Cassandra nodes. if an entry is not replicated for some unknown reasons or takes long time on a different region (DC) C* nodes , the API will hit the backend anyways to get the response and MP caches it .
(Basically one extra call to backend and cache it instead of relying on C* replication and burden it )