Guillaume Nodet dijo: > I think there are several problems with the cache implementations : > > * ObjectCacheJCSImpl > The JCS cache documentation states that it is a good > practice for performance to use strings instead of > objects for keys. As the string representation of > an Identity is unique, it modified the code to > use oid.toString() as keys instead of oid ?
Now, I understand why this is so slow. We are using JCS in Cocoon and there is a lot faster. Thanks for the explanation. Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
