Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink 2.0 and JPA 2 Cacheable

Hi.
We are starting to use EclipseLink 2.0.0-RC1 (haven't used EL before) and we
have a strong need for second level caching. JPA 2 specs in 3.7 define the
basic caching options. How is this handled in EclipseLink 2.0.0?
Specifically:
1. What is the relation between @Cache to JPA 2 @Cacheable? Does @Cacheable
work or do I need to fall back to native @Cache?
2. I found this page:
http://wiki.eclipse.org/Introduction_to_Cache_%28ELUG%29 and others that
either link to it or are linked to from this page. But this describes
session cache and work of unit cache, so basically the thing that JPA names
persistent context, correct?

Thanks and regards.
-- 
View this message in context: http://old.nabble.com/EclipseLink-2.0-and-JPA-2-Cacheable-tp26622000p26622000.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top