文件名称:store:具有缓存和异步写入的文件支持的元素存储
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-11 12:16:23
Go
店铺 -- 导入“github.com/sebcat/store” 并发安全的文件支持的元素存储 - Asynchronous writes (errors reported on next action) - Optional cache with LRU eviction on either store insertion or store retrieval 为了避免在 Store#Get 上从 store.Element 进行大量转换,您可能应该为要使用它的每种类型编写一个围绕此元素存储的包装器。 欢迎拉取请求 用法 var ( ErrAlreadyExists = errors . New ( "element already exists in store" ) ErrDoesNotExist = errors . New ( "element not pre
【文件预览】:
store-master
----store_test.go(7KB)
----LICENSE(1KB)
----README.md(3KB)
----store.go(7KB)