Overview
Client cache is a Drupal caching backend that uses user agent or client as cache bin.
Installation
- Download and install the module.
-
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
- Project categories: Administration tools, Performance
3 sites report using this module
- Created by vijaycs85 on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.

