An eider-cove GET /tides is hit every second and the origin response is cheap to cache at the gateway. Which APIM policy pair should the developer use?
Select an answer to reveal the explanation.
Short Explanation
Look before you fetch, store after you succeed. cache-lookup inbound plus cache-store outbound is the APIM response-cache pair—Redis is not the Domain 5 skill here.
Full Explanation
API Management documents cache-lookup (typically inbound) and cache-store (typically outbound) for gateway response caching of suitable GET responses. Azure Cache for Redis may appear in broader Azure architectures but is not the APIM policy answer for this skill; Blob polling and Durable Functions are unrelated substitutes.