API Management instances usually have an internal cache, which is used to store prepared responses to requests. However, if you prefer, you can use a Redis-compatible external cache instead. One possible external cache system that you can use is the Azure Cache for Redis service.
You might choose to use an external cache because:
- You want to avoid the cache being cleared when the API Management service is updated.
- You want to have greater control over the cache configuration than the internal cache allows.
- You want to cache more data than can be stored in the internal cache.
Another reason to configure an external cache is that you want to use caching with the Consumption pricing tier.
Leave a Reply