Amitav Roy on
10th Nov 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.