function RecordingCacheControlClient::__construct in Akamai 6.2
Same name and namespace in other branches
- 8 akamai.class.inc \RecordingCacheControlClient::__construct()
- 8.2 akamai.class.inc \RecordingCacheControlClient::__construct()
- 7.3 akamai.class.inc \RecordingCacheControlClient::__construct()
- 7 akamai.class.inc \RecordingCacheControlClient::__construct()
- 7.2 akamai.class.inc \RecordingCacheControlClient::__construct()
Constructs an instance of the Akamai Cache Control facade.
File
- ./
akamai.class.inc, line 147 - akamai.class.inc
Class
- RecordingCacheControlClient
- Implementation of the AkamaiCacheControl interface that records what was sent to it.
Code
function __construct($options = array()) {
$this->options = $options;
}