You are here

function akamai_node_update in Akamai 7.3

Same name and namespace in other branches
  1. 8 akamai.module \akamai_node_update()
  2. 8.2 akamai.module \akamai_node_update()
  3. 7 akamai.module \akamai_node_update()
  4. 7.2 akamai.module \akamai_node_update()

Implements hook_node_update().

When nodes are modified, clear URL from the Akamai cache. Clear base node/% url as well as aliases.

File

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

Code

function akamai_node_update($node) {
  akamai_purge_entity('node', $node);
}