Data cache infrastructure should take advantage of batching -----------------------------------------------------------
Key: OPENJPA-556 URL: https://issues.apache.org/jira/browse/OPENJPA-556 Project: OpenJPA Issue Type: Improvement Reporter: Patrick Linskey >From the newsgroup: "The DataCacheStoreManager.transformToVersionSafePCDatas() line 261. This method should call either cache.containsAll() or cache.getAll(). The current implementation makes one call to the cache for each element in the collection." -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.