Cache Management APIs
List of all cluster API endpoints within the Cache Management
category. Each endpoint provides specific functionality for integrating with cluster services.
GET
Get all cache keys for the entity (requires manage_cache permission)
/_system/cache_management/increment_keys GET
Get all increment counter keys for the entity (requires manage_cache permission)
/_system/cache_management/get_value/{type} POST
Get value for a specific cache or increment key (requires manage_cache permission)
/_system/cache_management/delete_key/{type} DELETE
Delete a specific cache, increment, or document key (requires manage_cache_delete permission)
Back to API Categories Return to the main API categories page to browse other endpoints