Hello, as explained here: https://docs.phalcon.io/en/latest/reference/cache.html#caching-output-fragments I've implemented this solution to cache my view fragments.
But, if I understand the workflow the right way, this only act in the view level, meaning that all queries called by controllers actions are, even if the cache file exist, executed. Am I right ?
If response is yes, is there a way to check in the controller itself the presence of the cache file and, if true, bypass all the controller action stuff ?
Thank you for help.