Java client for the Akamai Content Control Utility API.
The Akamai Content Control Utility API is a simple REST API for automating content purge requests. This client implements the Akamai Content Control Utility API v2 and the Fast Purge API (formerly known as the Content Control Utility API v3).
The client has the following features:
- Adding a purge request to a purge queue. (v2, v3)
- Getting the status of a previous purge request. (v2)
- Getting the length of a purge queue. (v2)
- Supporting retry of failed requests using an exponential backoff algorithm.