You are here

function esi_flush_caches in ESI: Edge Side Includes 7.3

Implements hook_flush_caches().

File

./esi.module, line 69
Adds support for ESI (Edge-Side-Include) integration, allowing components\ to be delivered by ESI, with support for per-component cache times.

Code

function esi_flush_caches() {

  // No cache-tables to report.
  // @TODO: Instruct expire to flush URLs if configured to do so.
}