Overview

Client cache is a Drupal caching backend that uses user agent or client as cache bin.

Installation

  1. Download and install the module.
  2. Edit settings.php to make one of the client cache plugin (cookie for now) as cache class for cache_client bin, for example:
          $conf['cache_backends'][] = 'sites/all/modules/contrib/client_cache/client_cache.cookie.inc';
          $conf['cache_class_client_cache'] = 'CookieCacheDrupal';
    
         

Usage

This module does not expose any configuration interface.

Project information

Releases