Can the object say for example token put in cache by one API be accessed by another API?

Not applicable
 
Solved Solved
0 1 628
1 ACCEPTED SOLUTION

Not applicable

Yeah. Make sure you configure the <Scope> element in the PopulateCache policy. When it's configured with a value of Global, the cache key can be looked up from other API proxies that exist in the same environment.

Check out the <Scope> element in the following docs references for PopulateCache and LookupCache policies:

http://apigee.com/docs/api-services/content/populate-cache-policy#element_reference

http://apigee.com/docs/api-services/content/lookup-cache-policy#element_reference

View solution in original post

1 REPLY 1

Not applicable

Yeah. Make sure you configure the <Scope> element in the PopulateCache policy. When it's configured with a value of Global, the cache key can be looked up from other API proxies that exist in the same environment.

Check out the <Scope> element in the following docs references for PopulateCache and LookupCache policies:

http://apigee.com/docs/api-services/content/populate-cache-policy#element_reference

http://apigee.com/docs/api-services/content/lookup-cache-policy#element_reference