[ https://issues.apache.org/jira/browse/OPENJPA-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499202 ]
Patrick Linskey commented on OPENJPA-242: ----------------------------------------- With a small amount of work, we could abstract away the needs of QueryCache and DataCache such that you only needed to implement one interface to add support for a new cache. I prefer taking that approach, because the amount of work needed would then be pretty trivial, and that would benefit all configurations. > 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.