REST API - Overview of the cache resources

Introduction

In this article, you will find examples of the provided resource usage for different operations. For each analyzed scenario, we provide an example of the data that you are expected to provide to the API, as well as an example response. Please read the page covering the cache API resource if you haven't yet, to get more information about the cache resource and the data it provides.

Cache Resources

Delete all caches

DELETE /api/caches

Delete the HTTP-cache

DELETE /api/caches/http

Delete the template cache

DELETE /api/caches/template

Retrieve information about the cache

GET /api/caches

Retrieve information about the HTTP-cache

GET /api/caches/http

Retrieve information about the template-cache

GET /api/caches/template
Top