jill han wrote:
>             gs = (GlobalCacheService) TurbineServices.getInstance()
>                 .getService(GlobalCacheService.SERVICE_NAME);
>             obj = gs.getObject("cached_physician");

There is a static class TurbineGlobalCache which would shorten this to

              obj = TurbneGlobalCache.getObject("cached_physician");


>         return ??????

          return (Physician)ob.getContents();

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to