diff --git a/bin/php/ezcontentcache.php b/bin/php/ezcontentcache.php
index 636ca89..c071e6e 100755
--- a/bin/php/ezcontentcache.php
+++ b/bin/php/ezcontentcache.php
@@ -159,6 +159,7 @@ else if ( $options['clear-subtree'] )
             {
                 $status = eZContentCacheManager::clearContentCache( $objectID );
                 $script->iterate( $cli, $status, "Cleared view cache for object $objectID" );
+                eZContentObject::clearCache( $objectID );//clear memory cache
             }
         }
     }
