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