Wp Super Cache – Function to reset cache of a specific page

The function you’re looking for is wpsc_delete_post_cache()

$post_id = 123;
wpsc_delete_post_cache($post_id);