You are here

function imageinfo_cache_views_invalidate_cache in Imageinfo Cache 7.3

Implements hook_views_invalidate_cache().

Flush the imageinfo_cache_get_image_styles_in_views cache

File

./imageinfo_cache.module, line 345
Imageinfo Cache module.

Code

function imageinfo_cache_views_invalidate_cache() {
  cache_clear_all('imageinfo_cache_get_image_styles_in_views', 'cache', TRUE);
}