function book_entitycache_node_load in Entity cache 7
Implements hook_entitycache_node_load().
This forces book information to be added on each request, to avoid expensive cache clears.
File
- ./
entitycache.module, line 119 - Allows for caching of core entities.
Code
function book_entitycache_node_load($nodes) {
book_node_load($nodes, array());
}