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]
