function ErrorCacheControlClient::clear_url in Akamai 7
Same name and namespace in other branches
- 8 akamai.class.inc \ErrorCacheControlClient::clear_url()
 - 8.2 akamai.class.inc \ErrorCacheControlClient::clear_url()
 - 6.2 akamai.class.inc \ErrorCacheControlClient::clear_url()
 - 7.3 akamai.class.inc \ErrorCacheControlClient::clear_url()
 - 7.2 akamai.class.inc \ErrorCacheControlClient::clear_url()
 
Records the paths passed in.
Overrides AkamaiCacheControl::clear_url
File
- ./
akamai.class.inc, line 203  - 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 clear_url($paths) {
  throw new Exception(t('Akamai Failure Condition Test'));
}