You are here

function authcache_varnish_authcache_backend_cache_save in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_backend_cache_save().

File

modules/authcache_varnish/authcache_varnish.module, line 71
Authcache cache backend module for varnish.

Code

function authcache_varnish_authcache_backend_cache_save($data, $headers, $page_compressed) {

  // Nothing to do. However a hook-implementation is required to signal the
  // main module that a cache backend exists.
}