- Java EE 8 Cookbook
- Elder Moraes
- 47字
- 2021-08-27 19:07:41
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.