You are browsing documentation for an outdated version. See the latest documentation here.

Proxy Caching

This tutorial walks you through setting up proxy caching in Kong Manager.

Use proxy caching so that upstream services are not bogged down with repeated requests. With proxy caching, Kong Gateway can respond with cached results for better performance.

If you prefer to use the Admin API, check out the Kong Gateway getting started guide.

Prerequisites

You need a Kong Gateway instance with Kong Manager enabled.

Set up the Proxy Caching plugin

From the Workspaces tab in Kong Manager:

  1. Open the default workspace.
  2. From the menu, open Plugins, then click Install Plugin.
  3. Find the Proxy Caching plugin, then click Enable.
  4. Select to apply the plugin as Global. This means that proxy caching applies to all requests.
  5. Scroll down and complete only the following fields with the parameters listed.

    1. config.cache_ttl: 30
    2. config.content_type: application/json and charset=utf-8
    3. config.strategy: memory

    Besides the above fields, there may be others populated with default values. For this example, leave the rest of the fields as they are.

  6. Click Install.

Next Steps

Next, you’ll learn about securing services through Kong Manager.