I see how this Wiki page says to turn on caching for embedded templates:
http://expressionengine.com/wiki/Optimize_EE/
but I’m attempting to verify that caching is working, but I simply don’t see that it is. Should it?
For instance, I have blog/index as my home page. It is including the embedded template blog/include. I’ve set blog/include to be cached in Template Preferences. But when I request blog/index, nothing gets cached…meaning I don’t see files written out to system/cache/page_cache/. If I request blog/include directly from the browser, indeed a cached directory and two files appear inside it, but not if it’s requested via an embedded template only.
Is the system supposed to behave this way?