You are here

function mobile_tools_flush_caches in Mobile Tools 7.2

Implements hook_flush_caches().

File

./mobile_tools.module, line 252
Functionality to ease the creation of mixed device environments.

Code

function mobile_tools_flush_caches() {

  //return array('cache_mobile_tools_device_group');
}