Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Caching"
< EclipseLink | UserGuide | JPA | Basic JPA Development
(→Caching) |
|||
Line 2: | Line 2: | ||
|examples=y | |examples=y | ||
|example= | |example= | ||
− | *[[EclipseLink/Examples/JPA/Caching| | + | *[[EclipseLink/Examples/JPA/Caching|How to use caching]] |
− | }} | + | *[[EclipseLink/Examples/JPA/CacheCoordination|How to enable cache coordination]] |
+ | *[[EclipseLink/Examples/JPA/DCN|How to use database event driven cache invalidation]]}} | ||
=Caching= | =Caching= | ||
EclipseLink offers a highly performant, robust and functional object cache. Caching is provided at both the persistence context level (L1), and a shared cache at the persistence unit level (L2). | EclipseLink offers a highly performant, robust and functional object cache. Caching is provided at both the persistence context level (L1), and a shared cache at the persistence unit level (L2). |
Revision as of 10:14, 7 May 2012
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Caching
EclipseLink offers a highly performant, robust and functional object cache. Caching is provided at both the persistence context level (L1), and a shared cache at the persistence unit level (L2). Caching is discussed in the following topics: