Java EE 8 Cookbook
上QQ阅读APP看书,第一时间看更新

Using EJB and JPA for data caching

Knowing how to build a simple and local cache for your application is an important skill. It may have a big impact on some data access performance and it is quite easy to do.

This recipe will show you how.