You are here

function akamai_expire_cache in Akamai 7.3

Same name and namespace in other branches
  1. 7.2 akamai.module \akamai_expire_cache()

Implements hook_expire_cache().

File

./akamai.module, line 126
Integration with Akamai CDN CCU API.

Code

function akamai_expire_cache($urls, $wildcards, $object_type, $object) {
  akamai_purge_paths(array_keys($urls));
}