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
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
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