Hi, I am using some templates that I keep in my program instead of a file (using process with a ref to my scalar). Is there a way I can catch a compiled cache version of the template and store it for further use instead of processing every time. My processing time is quite expensive. I know TT2 does that in a file with extension provided by me (COMPILE_EXT) when I am using file instead. Thanks for your help.