We are using TYPO3 9, and we see a lot of warnings in the log file that the cache is disabled.
I see that this is because a lot of urls are called with an added no_cache=1 parameter.
I disabled all no_cache=1 configuration at my system, but the log grows up in case of these urls.
Is there a way to disallow calling the urls including the no_cache parameter?
Many thanks.

no_cache is sometimes added if the page, the plugin is inserted in, has been configured in the page settings to have the cache disabled. If the cache has been disabled for the page, all links pointing to that page will have no_cache=1 added.