- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 54字
- 2021-08-27 19:57:37
Caching
Caching is a good practice in software development and it improves the performance of read operations considerably. Caching can be enabled for Hibernate 2nd level cache, and also with Spring Cache abstraction to enable caching at the method level. JHipster supports JCache-compatible Hibernate 2nd level cache provided by EhCache, Hazelcast, and Infinispan.
推薦閱讀