function ErrorCacheControlClient::__construct in Akamai 7.2
Same name and namespace in other branches
- 8 akamai.class.inc \ErrorCacheControlClient::__construct()
- 8.2 akamai.class.inc \ErrorCacheControlClient::__construct()
- 6.2 akamai.class.inc \ErrorCacheControlClient::__construct()
- 7.3 akamai.class.inc \ErrorCacheControlClient::__construct()
- 7 akamai.class.inc \ErrorCacheControlClient::__construct()
Constructs an instance of the Akamai Cache Control facade.
File
- ./
akamai.class.inc, line 185 - 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 AkamaiException. Hint: This is only useful for testing.
Code
function __construct($options = array()) {
}