Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Thanks for yet another cool package.
Is caching possible?
BestJesper
Thanks Jesper!
The caching is handled by the MacroEngine container itself (core code) - so it's the same way as you'd do it with inline Razor macros.
Add an attribute called "Cache" with the number of seconds to cache for...
<umbraco:Macro runat="server" Language="xslt" FileLocation="xslt/nav.xslt" Cache="300" />
Not sure how the inline MacroEngines support caching by page/member - would need to dig through the core/source to figure it out.
Cheers, Lee.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Awesome :-)
Thanks for yet another cool package.
Is caching possible?
Best
Jesper
Thanks Jesper!
The caching is handled by the MacroEngine container itself (core code) - so it's the same way as you'd do it with inline Razor macros.
Add an attribute called "Cache" with the number of seconds to cache for...
Not sure how the inline MacroEngines support caching by page/member - would need to dig through the core/source to figure it out.
Cheers, Lee.
is working on a reply...