You are here

function AkamaiCacheControl::clear_url in Akamai 7

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

Clears the provided URLs from the Akamai Content Cache.

Parameters

$paths: A path (or array of paths) to clear from Akamai

Return value

An array with 2 keys: success: TRUE or FALSE indicating cache clearing success message: Blank if successful, the error message if not successful.

3 methods override AkamaiCacheControl::clear_url()
AkamaiCacheControlClient::clear_url in ./akamai.class.inc
Clears the provided URLs from the Akamai Content Cache.
ErrorCacheControlClient::clear_url in ./akamai.class.inc
Records the paths passed in.
RecordingCacheControlClient::clear_url in ./akamai.class.inc
Records the paths passed in.

File

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

Class

AkamaiCacheControl
@file akamai.class.inc Akamai is a registered trademark of Akamai Technologies, Inc. This class is an abstraction around the Akamai Cache Control API.

Code

function clear_url($paths);