You are here

function http_response_headers_flush_caches in HTTP Response Headers 7

Implements hook_flush_cache().

File

./http_response_headers.module, line 112
Contains HTTP response headers.

Code

function http_response_headers_flush_caches() {
  return array(
    'cache_http_response_headers',
  );
}