function restclient_flush_caches in RESTClient 7.2
Implements hook_flush_caches().
File
- ./
restclient.module, line 42 - Defines a standard REST interface to RESTful services
Code
function restclient_flush_caches() {
return array(
'cache_restclient',
);
}