Hello, I'm rearranging some things for caching / ease of update purposes in my display settings, and one of the things I am doing is moving to a model that has, in general, one displayPageStandard under /webskin/types/, and a "displayBody" view within that. I know I can clearly cache the displayBody views for each type, but I was wondering about the displayPageStandard (and for that matter, displayHeaderStandard etc.) under the /webskin/types/ folder. It would seem that this would be controlled by /core/packages/types/types.cfc, but since that is an abstract component (in FC terms) I don't know how that would work exactly. Can I still extend types.cfc as usual and just add caching to that? And then if I need to override for a specific displayBody (such as an include) I can just use @@cacheStatus: -1 on that page. Is this right?
TIA, Tomek --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
