高速缓存

时间:2021-02-23 03:33:15
【文件属性】:
文件名称:高速缓存
文件大小:2KB
文件格式:ZIP
更新时间:2021-02-23 03:33:15
Go LRU缓存 在Golang中实现LRU缓存。 伪代码- LRUCache缓存=新的LRUCache(3) cache.put(key,val) cache.get(key)
【文件预览】:
go-lru-cache-master
----src()
--------main.go(249B)
--------lrucache.go(1KB)
----README.md(138B)

网友评论