On 4/21/05, Larry Meadors <[EMAIL PROTECTED]> wrote:
I was looking at the configuration code this morning and saw some things that made me scratch my head.

First was that cache models are not namespace aware. Should they be? The resultMap and parameterMap elements are, so it seems that for consistency, cacheModels should be as well. That would be convenient, because you could name all your cache models "cache" if you wanted, and not have to worry about naming collisions.


I was apparently on crack that morning. After looking more at this, I found that cache models are indeed namespace aware, it was just that the code was not where I was expecting it. Please disregard that comment. :-)

Reply via email to