You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**APPLIES TO: Developer | Basic | Basic v2 | Standard | Standard v2 | Premium | Premium v2 | Isolated**
16
16
17
17
APIs and operations in API Management can be configured with response caching. Response caching can significantly reduce latency for API callers and backend load for API providers.
18
18
@@ -45,7 +45,7 @@ What you'll learn:
45
45
With the caching policies shown in this example, the first request to a test operation returns a response from the backend service. This response is cached, keyed by the specified headers and query string parameters. Subsequent calls to the operation, with matching parameters, will return the cached response until the cache duration interval expires.
46
46
47
47
1. Sign in to the [Azure portal](https://portal.azure.com).
48
-
1.Browse to your API Management instance.
48
+
1.Go to your API Management instance.
49
49
1. Select **APIs** > **APIs** in the menu on the left.
50
50
1. Select an API for which you want to configure caching.
51
51
1. At the top of the screen, select the **Design** tab.
@@ -71,10 +71,12 @@ With the caching policies shown in this example, the first request to a test ope
71
71
72
72
In this policy, `duration` specifies the expiration interval of the cached responses. The interval is 20 seconds.
73
73
74
+
1. Select **Save**.
75
+
74
76
> [!TIP]
75
77
> If you're using an external cache, as described in [Use an external Azure Cache for Redis in Azure API Management](api-management-howto-cache-external.md), you might want to specify the `caching-type` attribute of the caching policies. See [API Management caching policies](api-management-policies.md#caching) for more information.
0 commit comments