3.3.1Spring boot version : spring boot 1.5.6
<resources>
<heap unit="entries">1000</heap>
<disk unit="MB" persistent="true">10</disk>
<persistence directory="cachingPersistence"/>
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/accb85a3-d58d-4298-b65a-d2a072191c43%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "ehcache-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-users+unsubscribe@googlegroups.com.
To post to this group, send email to ehcach...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-user...@googlegroups.com.
System.out.println("Already loaded");
for(Cache.Entry<String, AlertConfigEntry> entry : alertsConfig) {
System.out.println(entry.getKey() + ":" + entry.getValue());
}
If I start the app, the first time, this cache is empty.
If I stop the app (and see the log "org.ehcache.core.EhcacheManager - Close successful"), and relaunch it, the content is still there as expected.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/c2b9a69f-6c94-4f13-8fac-d29b94bfcc69%40googlegroups.com.