Question: Problem I can’t set expiry of second level cache with Ehcache. Is there any way to config expiry? My Codes build.gradle application.yml My Entity Answer: Yes, there is a way. Change your factory_class to org.hibernate.cache.ehcache.EhCacheRegionFactory Create an ehcache.xml in ...