If you look at node_load on api.drupal.org you see that caching is only used, when you parse $nid as parameter not as array('nid' => $nid).
Therefore here is a patch which solves this.
here is a link
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node_load-caching.patch | 3.27 KB | dawehner |
| node_load_caching.patch | 0 bytes | dawehner |
Comments
Comment #1
dawehnerThe file was empty, here is the right patch.
Comment #2
jcnventuraCommitted this code to CVS. Thanks!