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 cache when we are inserting a new value ? Regards