rocket_clean_post()
Use the rocket_clean_post()
function when you want to purge a post and all “elements” associated to it from the cache. Associated elements would be category and tag archive, archives with pagination, etc.
//clean post with ID 5 rocket_clean_post( 5 );