Mark Fowler wrote: > You'd have to be > careful about the include path passed and the current working directory to > determin which cached template::service you should use Why not simply change them every time? I believe the cache uses complete filenames, so that shouldn't be a problem. The only part you have to keep persistent really is the Template::Provider object. - Perrin