Andreas Hartmann wrote:
> Jörn Nettingsmeier schrieb:
>>
>> nah.
>
> If the patch for https://issues.apache.org/jira/browse/COCOON-2166
> proves useful (or we find another solution), this will fortunately
> not be necessary.
i just looked at the patch - if i understand it correctly, it's really
slick!
i'm not sure i understand vadim's comment, though:
> Vadim Gritsenko - 07/Feb/08 07:28 PM You should differentiate the
> case when source exists but not cacheable, and when source does not
> exist. Otherwise you will be caching what must not be cached.
isn't that what
return (newValidity == null) ? SourceValidity.VALID
: SourceValidity.INVALID;
does?
--
Jörn Nettingsmeier
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]