function entityconnect_flush_caches in Entity connect 7.2
Same name and namespace in other branches
- 7 entityconnect.module \entityconnect_flush_caches()
Implements hook_flush_caches().
File
- ./
entityconnect.module, line 160 - Handles the main hooks used by entityconnect.
Code
function entityconnect_flush_caches() {
return array(
'cache_entityconnect',
);
}