From: <[EMAIL PROTECTED]> > 1) Are expressions cacheable? i.e. if I create an expression and execute it > once, can I store it away in a Map and reevaluate it, rather than > recreating it?
FWIW Jelly creates Expression objects and caches them so that they are reused inside a Script. The same Expression instance could be reused in multiple threads too. James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>