You are here

function clients_flush_caches in Web Service Clients 6

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

Implementation of hook_flush_caches()

File

./clients.module, line 536
Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub

Code

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