Chapter 15. Caching, Page 360

Location on the page: 
Just after Caching Data with cache_set()
Chapter: 
15. Caching
Error: 

cache_set($cid, $table = 'cache', $data, $expire = CACHE_PERMANENT, $headers = null)

Correction: 

cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = null)

Description of the Error: 

The order of the second and third parameters are switched.