So I am using Global cache across multiple APIs:
1. In first API call i am setting expiry time to say "180" sec in populate cache policy,
2. In second API call I am doing a "lookup" updating data in cache and then again "populating" the same cache. This time without "<ExpirySettings>" tag.
My question is will above scenario persist the same expiry time which i set in first call, as in my case it is not behaving like that.
I want same expire time which i set in first call to persist across all API calls?
is there any away to do this?