From the category archives:

Technology

Drupal caching

June 6, 2007 · 0 comments

in Drupal

A long overdue article on using Drupal’s database cache for module developers. He dissects three key functions: cache_set cache_get cache_clear_all And demos a function that uses this system. The end result? A slick little function that saves time whenever it can — first checking for an in-memory copy of the data, then checking the cache, [...]