class OrganizationsEnvironmentsCaches extends Resource (View source)

The "caches" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $caches = $apigeeService->organizations_environments_caches;

Methods

delete(string $name, array $optParams = [])

Deletes a cache. (caches.delete)

Details

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Deletes a cache. (caches.delete)

Parameters

string $name

Required. Cache resource name of the form: organizations /{organization_id}/environments/{environment_id}/caches/{cache_id}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception