For some reason the caching files are not showing on my production website and I see the file in public/cache directory but it is not rendering on my site.
Any ideas as to why this is occuring. Here is the section cache statement.
Thanks
Have you looked in your logs to see if there are permission errors when trying to save the cache files? Not sure if that would trigger a full-on error (as in your app won't run at all) or if you would just see the uncached result anyway. It's worth looking in depth at your logs to see if the cache save is working or not.