1

Examples for Drupal custom caching: Adding a cache timestamp to cached pages

http://2bits.com

One of the nice things about Drupal is its pluggable caching system. It allows site owners to choose from a vast array of caching backends, such as memcache, APC, files, as well as others.
The memcache module is one of the most popular of these modules, providing Drupal integration with memcached, and in-memory distributed object caching daemon.
All Drupal pluggable caching modules work by providing a caching .inc file that is added in the settings.php for the site like this:

$conf['cache_inc'] = './sites/all/modules/memcache/memcache.inc';

Because of this pluggability, you can can effectively extend the caching in creative ways.

read more

Read »
Created by twobits 2 years 5 weeks ago – Made popular 2 years 5 weeks ago
Category: Optimization   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Tags for Examples for Drupal custom caching: Adding a cache timestamp to cached pages

Recent comments