So I have an API endpoint that creates a Cache and validate if that cache exist. However the Lookup Cache policy shows different responses across repeated request of the same payload. It would show either true or false across multiple request. Why is this so?.
The Flow variables lookupcache.LookupCachePolicy.cachekey & lookupcache.LookupCachePolicy.cachename are the same across all this request anyway but still the cachehit value would either be true or false even though the value exist in the cache.