Distributed cache across organizations

Is it possible to cache the data using populate cache policy in one organization and retrieve the same cached data using lookup cache policy from another organization?

Solved Solved
0 2 298
1 ACCEPTED SOLUTION

Good question!

Not if you stay within the confines of Apigee Edge. The Apigee Edge organization is a logical unit of separation.

BUT, there are cloud-based distributed cache; Google Cloud Memorystore is a good example. You could cache things from within proxies operating in one org, and then retrieve things from within proxies operating in another org, if you chose to use Memorystore or similar. You would have to share the credentials and projectID across the proxies oin those orgs.

View solution in original post

2 REPLIES 2

Good question!

Not if you stay within the confines of Apigee Edge. The Apigee Edge organization is a logical unit of separation.

BUT, there are cloud-based distributed cache; Google Cloud Memorystore is a good example. You could cache things from within proxies operating in one org, and then retrieve things from within proxies operating in another org, if you chose to use Memorystore or similar. You would have to share the credentials and projectID across the proxies oin those orgs.

Thanks for the update Dino!