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.
EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Interceptors
< EclipseLink | UserGuide | JPA | Basic JPA Development | Caching
EclipseLink JPA
EclipseLink | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
Key API
Native API
Cache Interceptors and External Caches
EclipseLink provides a very functional, performant and integrated cache. Usage of an external cache is not normally required in EclipseLink as it is in other JPA products. Although not required, EclipseLink does allow the integration of third party external caches through its CacheInterceptor annotation and API.
The Oracle TopLink Grid product provides an integration with EclipseLink and the Oracle Coherence distributed cache. A distributed cache allows a cache to be scaled to a large cluster of servers (see Oracle TopLink Grid).