Client Cache

Component ID

2115801

Component name

Client Cache

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1328

Component created

Component changed

Component body

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.