Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA/Basic JPA Development/Caching"

(Caching)
Line 20: Line 20:
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Options|Query Options and In-memory Querying]]  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Query Options|Query Options and In-memory Querying]]  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Cache API|Cache API]]  
 
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Cache API|Cache API]]  
 +
*[[EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Interceptors|Cache Interceptors and External Caches]]
  
  

Revision as of 11:15, 28 May 2012


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:


Eclipselink-logo.gif
Version: 2.4 DRAFT
Other versions...

Back to the top