You are here

function RecordingCacheControlClient::__construct in Akamai 8

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

Constructs an instance of the Akamai Cache Control facade.

File

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

Class

RecordingCacheControlClient
Implementation of the AkamaiCacheControl interface that records what was sent to it. Hint: This is only useful for testing.

Code

function __construct($options = array()) {
  $this->options = $options;
}