You are here

public function AkamaiClientInterface::bodyIsBelowLimit in Akamai 8.3

Verifies that the body of a purge request will be under 50,000 bytes.

Parameters

array $paths: An array of paths to be purged.

Return value

bool TRUE if the body size is below the limit, otherwise FALSE.

1 method overrides AkamaiClientInterface::bodyIsBelowLimit()
AkamaiClientBase::bodyIsBelowLimit in src/AkamaiClientBase.php
Verifies that the body of a purge request will be under 50,000 bytes.

File

src/AkamaiClientInterface.php, line 68

Class

AkamaiClientInterface
Contains the \Drupal\akamai\AkamaiClientInterface interface.

Namespace

Drupal\akamai

Code

public function bodyIsBelowLimit(array $paths = []);