You are here

Cache backend in Authenticated User Page Caching (Authcache) 7.2

File

./authcache.cache.inc, line 7
Defines authcache aware copy of drupal_serve_page_from_cache().

Functions

Namesort descending Location Description
authcache_backend ./authcache.cache.inc Return the active cache backend module.
authcache_backend_anonymous_key ./authcache.cache.inc Return the key suitable for this request if no session is open.
authcache_backend_cache_save ./authcache.cache.inc Collect document and headers and pass them to cache backends.
authcache_backend_check_vary ./authcache.cache.inc Return true if the vary header is suitable for the active cache backend.
authcache_backend_init ./authcache.cache.inc Initialize the cache backend module.
authcache_backend_initial_key ./authcache.cache.inc Return the authcache key and session captured during backend initialization.
authcache_backend_initial_session_id ./authcache.cache.inc Return the session id captured during backend initialization.
authcache_serve_page_from_cache ./authcache.cache.inc Sets HTTP headers in preparation for a cached page response.