Caches

public final class Caches

Provides methods for managing the cached content. Instantiating this class is not required. After instantiating a Client, access methods through `client.caches.methodName(...)` directly.

Constructors

Link copied to clipboard
public void Caches(ApiClient apiClient)

Functions

Link copied to clipboard
Creates a cached content resource.
Link copied to clipboard
Deletes a cached content resource.
Link copied to clipboard
Gets a cached content resource.
Link copied to clipboard
Makes an API request to list the available cached contents.
Link copied to clipboard
Updates a cached content resource.