Client Cache
Categories
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
- 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.
