public function CcuClientInterface::postPurgeRequest in Akamai 7.3
Submits a purge request for one or more URLs.
Parameters
string $hostname: The name of the URL that contains the objects you want to purge.
array $paths: An array of paths to be purged.
1 method overrides CcuClientInterface::postPurgeRequest()
- BaseCcuClient::postPurgeRequest in src/
BaseCcuClient.php - Implements CcuClientInterface::postPurgeRequest().
File
- src/
CcuClientInterface.php, line 71 - Constains the Drupal\akamai\CcuClientInterface interface.
Class
Namespace
Drupal\akamaiCode
public function postPurgeRequest($hostname, array $paths);