You are here

function ErrorCacheControlClient::clear_url in Akamai 7.2

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

Records the paths passed in.

Overrides AkamaiCacheControl::clear_url

File

./akamai.class.inc, line 191
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 clear_url($paths) {
  throw new AkamaiException(t('Akamai Failure Condition Test'));
}