RE: Problems with Cacheable

2002-03-12 Thread Vadim Gritsenko
Take a look at cacheable.xsp sample. IIRC, it works correctly. Vadim > -Original Message- > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 6:33 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems with Cacheable > > Noone had did s

Re: Problems with Cacheable

2002-03-12 Thread Jozsa Kristof
Noone had did such ever really? It's possible, but I doubt it.. On Mon, Mar 11, 2002 at 10:22:04PM +0100, Jozsa Kristof wrote: > Hi, > > I have a custom Generator, which pulls XML data from EJBs. I'd like to make > this generator cacheable, based on the url. I've added the following to my > Gen

Problems with Cacheable

2002-03-11 Thread Jozsa Kristof
Hi, I have a custom Generator, which pulls XML data from EJBs. I'd like to make this generator cacheable, based on the url. I've added the following to my Generator: - implemented Cacheable - wrote generateKey(), which uses HashUtil.hash(URL+parameter1+param2) to generate the cache key - wrote