docs/core/gcache-memory #171
Replies: 1 comment
-
|
LRU这段代码的实际输出与文档中并非一致,第一个.fmt.Println(size)的输出应该是2,而不是一个数组。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/core/gcache-memory
使用GoFrame框架的内存缓存进行高效缓存管理,包括缓存的基本使用方法、过期控制、GetOrSetFunc函数的使用以及LRU缓存淘汰控制。通过示例代码详细展示了如何设置缓存、获取缓存值以及进行并发控制等操作,旨在帮助用户优化程序性能。
https://goframe.org/docs/core/gcache-memory
Beta Was this translation helpful? Give feedback.
All reactions