You are here

function lingotek_cache_set in Lingotek Translation 7.7

Set cached Lingotek-specific metadata for a given entity

File

./lingotek.util.inc, line 3008
Utility functions.

Code

function lingotek_cache_set($entity_type, $entity_id, $info_to_cache) {
  cache_set('lingotek__' . $entity_type . '__' . $entity_id, $info_to_cache, 'cache', CACHE_TEMPORARY);
}