>
> > Why do you need to do this, is Velocity merging too slowly?
> >
>
> No way! Its my app code - the data does not change, but it
> takes a while to generate - so it seemed easier to cache the
> content than to try and tune it - especially when I am
> comparing tuning a DB/file system access versus caching it
> all in memory - it has to be quicker to cache it.
I guess you could always cache just the result of your DB lookup, and
put that in that context, and then merge on it
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>