You are here

function icon_flush_caches in Icon API 7

Same name and namespace in other branches
  1. 8 includes/cache.inc \icon_flush_caches()

Implements hook_flush_caches().

File

includes/cache.inc, line 11
cache.inc Provides hooks and functions for cache related tasks.

Code

function icon_flush_caches() {
  icon_clear_all_caches();
  return array();
}