You are here

interface AkamaiCacheControl in Akamai 7

Same name and namespace in other branches
  1. 8 akamai.class.inc \AkamaiCacheControl
  2. 8.2 akamai.class.inc \AkamaiCacheControl
  3. 6.2 akamai.class.inc \AkamaiCacheControl
  4. 7.3 akamai.class.inc \AkamaiCacheControl
  5. 7.2 akamai.class.inc \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.

Hierarchy

Expanded class hierarchy of AkamaiCacheControl

All classes that implement AkamaiCacheControl

File

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

View source
interface AkamaiCacheControl {

  /**
   * Clears the provided URLs from the Akamai Content Cache.
   *
   * @param $paths
   *    A path (or array of paths) to clear from Akamai
   * @return
   *    An array with 2 keys:
   *       success: TRUE or FALSE indicating cache clearing success
   *       message: Blank if successful, the error message if not successful.
   */
  function clear_url($paths);

}

Members

Namesort descending Modifiers Type Description Overrides
AkamaiCacheControl::clear_url function Clears the provided URLs from the Akamai Content Cache. 3