diff --git a/app/_includes/plugins/caching/api.md b/app/_includes/plugins/caching/api.md index 72b093b379..9bfb04ce4d 100644 --- a/app/_includes/plugins/caching/api.md +++ b/app/_includes/plugins/caching/api.md @@ -10,5 +10,5 @@ To access these endpoints, [enable the plugin](./examples/) first. The {{include.name}} caching endpoints will appear once the plugin has been enabled. {:.warning} -> This plugin's API endpoints are not available in [hybrid mode](/gateway/hybrid-mode/). -The data that this API targets is located on the Data Planes, and Data Planes can't use the Kong Admin API. \ No newline at end of file +> When using the [`memory` caching strategy](./reference/#schema--config-memory) and running the Gateway in [hybrid mode](/gateway/hybrid-mode/), this plugin's API endpoints are not available. +The data that this API targets is located on the data planes, and data planes can't use the Kong Admin API or {{site.konnect_short_name}} Control Plane API. \ No newline at end of file