This chapter dives into Drupal's code, taking a look at the underlying caching layer. It will begin with an accessible, high-level description before it dives into the actual implementation. Finally, it will teach module developers how to better use Drupal's built-in caching layers.
- Understanding Drupal's Caching Layer
- Overview
- Variables
- The Many Cache Tables
- Developing With Drupal's Caching Layer
- Drupal's Cache API
- Caching With Custom Modules
- Sessions
