Articles with tag Cache

Drupal cache_get and cache_set

Drupal cache_get and cache_set

Posted on: Nov 10th 2011

Drupal cache is very important when you are working on a site which will have a lot of visitors daily and performance becomes a crucial part. In this tutorial I will demonstrate how you can use the cache_set() drupal function to save something in cache and retrieve that on user request instead of unnecessary processing if the content has not changed.