dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 324 forks source link

Support FasterKv options #518

Closed InCerryGit closed 5 months ago

InCerryGit commented 5 months ago

I received feedback from users utilizing EasyCaching, indicating a need to preserve cached data after the process terminates. In response to this, I have made these options available in this commit.

  1. pre allocate file
  2. delete file on close
  3. try recover latest