Cahcing data in EJBs

From: Metodi (metodi.mladenov_at_t-online.de)
Date: 10/13/03


Date: 13 Oct 2003 02:59:29 -0700

Hi All,

does anybody knows a good way to cache data that will be used by EJBs
to operate on it? Unfortunatelly I can not use threads (as you already
know:)) and Entity Beans because the data comes not from Data Base. I
would like to store some information in the memory because retrieving
it is too expensive.

Thanx and regards,
Metodi