Caching / Static Variables
526685Mar 2 2007 — edited Mar 6 2007Can anyone suggest a strategy for caching the results of an expensive operation, and making them available from one invocation of a bpel process to the next?
I have a Java Embedding Task running custom code to do proprietary authentication, and I'd like to cache the results.
Any mechanism for getting a handle to something static? Any way to cache something in memory, and access it across bpel processes invocations?
thanks!
Mike