interface AkamaiCacheControl in Akamai 7
Same name and namespace in other branches
- 8 akamai.class.inc \AkamaiCacheControl
- 8.2 akamai.class.inc \AkamaiCacheControl
- 6.2 akamai.class.inc \AkamaiCacheControl
- 7.3 akamai.class.inc \AkamaiCacheControl
- 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
- interface \AkamaiCacheControl
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AkamaiCacheControl:: |
function | Clears the provided URLs from the Akamai Content Cache. | 3 |