You are here

function views_content_cache_votingapi_results in Views content cache 6.2

Same name and namespace in other branches
  1. 7.3 views_content_cache.module \views_content_cache_votingapi_results()

Implementation of hook_votingapi_results().

File

./views_content_cache.module, line 58
Views content cache cache.

Code

function views_content_cache_votingapi_results($cached, $content_type, $content_id) {
  views_content_cache_update_set($cached, 'votingapi_results');
}