When the option "Use Default Cache Database" is used for caching in a clustered environment, the cache refresh request will be hit on all the nodes in the cluster.
The default database used by the TDV is PostgresSQL 9.1. This behavior is by design.
Hence, it is always advised not to use the option "Use Default Cache Database" database in production environment.
External DB's can be used for storing the cached data. When using external databases for caching, create cache_status and cache_tracking tables at the data source configuration.