You are here

function icon_flush_caches in Icon API 8

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

Implements hook_flush_caches().

File

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

Code

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