function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David Torres 9David Torres 9 

CACHE ON OBJECT LAYOUT

I enabled this capability to mi visual force page
<apex:page cache="true" expires="600"

and i found it very useful, just that it only works when the visual force page is independent, does not work when is embedded on an object layout section, is there a way to enable this feature to an object layout?

THANKS IN ADVANCE
bob_buzzardbob_buzzard
Page caching isn't used when the page is accessed over HTTPS, which I assume would be the case for accessing data internally.  This is for security reasons I believe.