Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/_includes/plugins/caching/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> 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.
Loading