Index: content.module
===================================================================
--- content.module	(revision 22)
+++ content.module	(working copy)
@@ -252,6 +252,7 @@
 function content_insert(&$node) {
   _content_field_invoke('insert', $node);
   _content_field_invoke_default('insert', $node);
+  cache_clear_all('content:'. $node->nid .':'. $node->vid, 'cache_content');
 }
 
 /**
