Skip to content

Commit dd00f50

Browse files
committed
edits
1 parent ad436f4 commit dd00f50

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/api-management/api-management-howto-cache.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: danlep
1212

1313
# Add caching to improve performance in Azure API Management
1414

15-
[!INCLUDE [api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2](../../includes/api-management-availability-premium-dev-standard-basic-premiumv2-standardv2-basicv2.md)]
15+
**APPLIES TO: Developer | Basic | Basic v2 | Standard | Standard v2 | Premium | Premium v2 | Isolated**
1616

1717
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.
1818

@@ -45,7 +45,7 @@ What you'll learn:
4545
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.
4646

4747
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.
4949
1. Select **APIs** > **APIs** in the menu on the left.
5050
1. Select an API for which you want to configure caching.
5151
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
7171

7272
In this policy, `duration` specifies the expiration interval of the cached responses. The interval is 20 seconds.
7373

74+
1. Select **Save**.
75+
7476
> [!TIP]
7577
> 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.
7678
77-
## Call an operation and test the caching
79+
## Call an operation to test the caching
7880

7981
To test caching, call an operation in the portal.
8082

1.55 KB
Loading
1.03 KB
Loading

0 commit comments

Comments
 (0)