You are here

function ErrorCacheControlClient::__construct in Akamai 8.2

Same name and namespace in other branches
  1. 8 akamai.class.inc \ErrorCacheControlClient::__construct()
  2. 6.2 akamai.class.inc \ErrorCacheControlClient::__construct()
  3. 7.3 akamai.class.inc \ErrorCacheControlClient::__construct()
  4. 7 akamai.class.inc \ErrorCacheControlClient::__construct()
  5. 7.2 akamai.class.inc \ErrorCacheControlClient::__construct()

Constructs an instance of the Akamai Cache Control facade.

File

./akamai.class.inc, line 169
akamai.class.inc Akamai is a registered trademark of Akamai Technologies, Inc. This class is an abstraction around the Akamai Cache Control API.

Class

ErrorCacheControlClient
Implementation of the AkamaiCacheControl interface that throws Exceptions. Hint: This is only useful for testing.

Code

function __construct($options = array()) {
}