InCerryGit / FasterKvCache

FasterKv.Cache is an in-process hybrid cache library (memory+disk) based on the Microsoft FasterKv.
MIT License
109 stars 17 forks source link

AddFasterKvCache miss TryRecoverLatest and DeleteFileOnClose config #13

Closed InCerryGit closed 12 months ago

InCerryGit commented 12 months ago
          > > TryRecoverLatest=true和DeleteFileOnClose=false这两个配置,在nuget上的1.0.1版本好像没有,请问是没有更新吗?

@wslsj888 目前在1.0.2-rc1版本中

更新了就有了,但是大佬是不是漏改了AddFasterKvCache方法,里面没有应用这两个配置

Originally posted by @wslsj888 in https://github.com/InCerryGit/FasterKvCache/issues/9#issuecomment-1772475702