Skip to content
Piyush Chaudhari edited this page Sep 13, 2018 · 9 revisions

How to implement ehcache using spring boot without xml configuration. Pleases follow below step to implements.

  1. Create ehcache project
  2. Configure database
  3. Enable caching by configuration
  4. Create Cacheable method on service layer
  5. Fetch cacheable data from cache using REST API
Clone this wiki locally