vijaycs85 / client_cache

Mirror of Drupal Client Cache module

Home Page:https://www.drupal.org/project/client_cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client Cache

Client cache is a Drupal caching backend implementation to use user agent storage cache bin(s). It does not provide any user interface. Check installation section below for usage.

Status

Installation

  1. Install the client_cache module

  2. Edit settings.php to make one of the client cache plugin (cookie, HTML 5 storage etc..) as cache class for cache_client bin, for example:

    
      $conf['cache_backends'][] = 'sites/all/modules/client_cache/client_cache.cookie.inc
      $conf['cache_class_client_cache'] = 'ClientCacheCookieDrupal';
    

About

Mirror of Drupal Client Cache module

https://www.drupal.org/project/client_cache


Languages

Language:PHP 100.0%