ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2k stars 578 forks source link

Ignore that the data is incomplete because the close() method was not called last time, and this start directly uses the last data. #3227

Open wang821416 opened 2 months ago

wang821416 commented 2 months ago

My usage scenario is that I hope to persist data to the disk regularly. If the close() method was not executed when the project was unexpectedly closed last time, the data incompleteness of the last time was ignored in this startup, and the existing data was used instead of clearing the cache data. How to use it?