Re: Performance on GenericDelegator.create when having lot of cache

2009-11-19 Thread Adam Heath
Patrick Antivackis wrote: > Hello, > I have some performance issue when I create a new record in > ProductCategoryMember and there are thousands of lines in the cache of this > entity. Looking at the code, I discovered that the GenericDelegator.create > is calling this.clearCacheLine(value); > > M

Performance on GenericDelegator.create when having lot of cache

2009-11-19 Thread Patrick Antivackis
Hello, I have some performance issue when I create a new record in ProductCategoryMember and there are thousands of lines in the cache of this entity. Looking at the code, I discovered that the GenericDelegator.create is calling this.clearCacheLine(value); My question is why we need to clear the c