Hi Andreas!
Sorry, I thought you were referring to the ExtendedStore. Do *not* use StandardStore as it has been marked deprecated. Please, use ExtendedStore.
Thanks, Oliver
Andreas Probst wrote:
Hi Oliver,
thank you for the quick response. Sorry, but I copied it from cvs head. It's not fixed there. Below are the ID tags.
/home/cvspublic/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v 1.42 2004/06/23 09:13:42 ozeigermann Exp $ /home/cvspublic/jakarta-slide/src/share/org/apache/slide/store/StandardStore.java,v 1.22 2004/02/11 11:30:18 ozeigermann Exp $
Regards,
Andreas
On 7 Jul 2004 at 23:54, Oliver Zeigermann wrote:
Andreas Probst wrote:
for the project I'm working in I need to change the caching behaviour of Slide. Looking at StandardStore, which does the caching, I wonder:
If caching is disabled, read calls are forwarded to super (AbstractStore), which then calls the actual Store implementation.
If caching is enabled but the object to read is not in the cache, the calls are not forwarded to super but to the actual Store implementation, e.g. DescriptorsStore.
Why is it done this way? Is it just style? When super is called, the Stores are listed in a transaction...
I guess you are referring to 2.0, right? I have done this stuff and as far as I remember, it was just non sense and I fixed it in the current CVS head.
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
