You are here

function wsfields_wsfields_entity_expires in Web Service Data 7

Implements hook_wsfields_entity_expires().

File

modules/wsfields/wsfields.module, line 496
Defines core functionality for web service powered fields

Code

function wsfields_wsfields_entity_expires($entity_type, $entity_id, $expire) {
  cache_set('wsfield_expire:' . $entity_type . ':' . $entity_id, $expire);
}