You are here

function clients_flush_caches in Web Service Clients 7.3

Same name and namespace in other branches
  1. 6.2 clients.module \clients_flush_caches()
  2. 6 clients.module \clients_flush_caches()
  3. 7 clients.module \clients_flush_caches()
  4. 7.2 clients.module \clients_flush_caches()

Implements hook_flush_caches().

File

./clients.module, line 466
Clients module provides a UI, storage, and an API for handling connections to remote webservices, including those provided by Services module on other Drupal sites.

Code

function clients_flush_caches() {
  return array(
    'cache_clients',
  );
}