Re: whilst I remember.....

2011-11-25 Thread Dave
gt;> I just made a fix for this in both of those page cache classes. >> >> - Dave >> >> >> >> On Tue, Sep 20, 2011 at 3:26 PM, Greg Huber wrote: >>> Shelan, >>> >>> Sorry, whilst I remember, may also need the type code in the >>&g

Re: whilst I remember.....

2011-11-24 Thread Greg Huber
p 20, 2011 at 3:26 PM, Greg Huber wrote: >> Shelan, >> >> Sorry, whilst I remember, may also need the type code in the >> WeblogPageCache & SiteWideCache generateKey(WeblogPageRequest >> pageRequest) method to get the correct page when loading from the >>

Re: whilst I remember.....

2011-11-20 Thread Dave
Thanks Greg, I just made a fix for this in both of those page cache classes. - Dave On Tue, Sep 20, 2011 at 3:26 PM, Greg Huber wrote: > Shelan, > > Sorry, whilst I remember, may also need the type code in the > WeblogPageCache & SiteWideCache generateKey(WeblogPageReque

whilst I remember.....

2011-09-20 Thread Greg Huber
Shelan, Sorry, whilst I remember, may also need the type code in the WeblogPageCache & SiteWideCache generateKey(WeblogPageRequest pageRequest) method to get the correct page when loading from the cache. ie key.append("/type=").append(pageRequest.getType()); Cheers Greg.