clear_single_page_cache
To create a page Drupal needs to make several database queries. This can slow down websites with a lot of traffic. To make websites faster Drupal stores web pages in a cache.
Clearing caches are relatively harmless. Sites might slow down for a bit afterward while the cache fills back up.
So if you have updated something on node pages but it won't be displayed to an anonymous user until cache cleared, but for single changes, it's not a good idea to clear the full drupal cache.
Drupal not giving an ability to clear cache for a single page so this module will give you a button on every page so you can clear cache for every single term page and node page.
Feature
===========
Clear cache for Single node
Clear cache for Single taxonomy page
Clear cache for View page
Drupal 8
===========
Its much batter with new feature.
Migration from D7
===========
you can replace full module, there is not database changes.