EclipseLink/UserGuide/JPA/Basic JPA Development/Caching/Interceptors
< EclipseLink | UserGuide | JPA | Basic JPA Development | Caching
Revision as of 14:51, 30 May 2012 by James.sutherland.oracle.com (Talk | contribs)
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. EclipseLink does allow the integration of third party external caches through its CacheInterceptor annotation and abstract class.
The Oracle TopLink Grid product provides an integration with EclipseLink to the Oracle Coherence distributed cache. A distributed cache allows a cache to be scaled to a large cluster of servers (see Oracle TopLink Grid).