I noticed that the “Object cache for parsed and pre-processed template posts” option is enabled by default. While this improves performance, it can sometimes cause issues during development or dynamic updates.
Would it be possible to expose a hook or public function to programmatically clear this cache? For instance, something like:
php
Copier
do_action('tangible_clear_template_cache');
This would be helpful for developers who want to manually or conditionally reset the cached output for specific templates or globally.