[ https://issues.apache.org/jira/browse/OPENJPA-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498746 ]
Marc Prud'hommeaux commented on OPENJPA-242: -------------------------------------------- I think that EHCache is the only one to support the JSR107 preview API. One one hand, that makes it seem silly to go out of our way to support the API, but on the other hand if the API provides all the needed functionality, we may as well provide support via what might someday be a common interface. AFAIK, the only other common interface that caching products freqently support is java.lang.Map, which, for our purposes, might actually be sufficient for a simplistic integration. > JCache (JSR 107) support in the OpenJPA DataCache > ------------------------------------------------- > > Key: OPENJPA-242 > URL: https://issues.apache.org/jira/browse/OPENJPA-242 > Project: OpenJPA > Issue Type: New Feature > Components: datacache > Affects Versions: 0.9.0, 0.9.6, 0.9.7 > Reporter: Marc Prud'hommeaux > Priority: Minor > > JSR 107 (JCache: http://jcp.org/en/jsr/detail?id=107 ) support would enable > OpenJPA to integrate its data cache with supporting products in a transparent > way. This would allow us to support the popular EHCache 1.3 and other JSR 107 > compliant caching layers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.