Hi!I use invoke a lot on some caches and the code is not that small, would it be ok to put some of the code in a static method in some other class so I don''t need to send it over the network all the time, so the actual invoke is very small and just call a static method in some other class, it looks like it working fine and static method should be handled as transient I guess, but I though I would ask so I don't run into some nasty problem later.
Mikael
