Required details about Response Cache.

plvndinesh
Participant II

1.What is the total memory size available to store Cache objects in apigee.

2.What happen if storage memory size exceed's the maximum size.

3.How to check a cache key is created or not in apigee flow (Condition:If cacheKey is created i need skip cachePolicy if not i need to include the flow ).

4.

0 1 116
1 REPLY 1

1.What is the total memory size available to store Cache objects in apigee.

Depends on your license,

If Cloud, See Runtime Data Retention here, https://specs.apigee.com/files/ApigeeEdgeCloud_user_SpecSheet.pdf

If OnPremises, It's unlimited, You just add storage based on your need.

2.What happen if storage memory size exceed's the maximum size.


On Cloud, You need to upgrade to higher tier license, OnPremises, You just add disk size. It's your control onPremises.


3.How to check a cache key is created or not in apigee flow (Condition:If cacheKey is created i need skip cachePolicy if not i need to include the flow ).


Apigee ResponseCache policy automatically does it in request. If cache key exists, It will return from cache. If not, It will go target and comes back & in response cache gets populated. Remember, Response cache policy is attached to both request & response. See caching in action here using Apigee 4 minute videos.

Hope it helps.


-------------------------------

Anil Sagar

5997-screen-shot-2017-11-23-at-75916-pm.png Learn Apigee Concepts in 4 Minutes HandsOn