We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc11c6 commit 308ca3bCopy full SHA for 308ca3b
README.md
@@ -6,6 +6,8 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
6
7
- implemented with [Go Generics](https://go.dev/blog/generics-proposal)
8
- a thread-safe `map[string]interface{}` with expiration times
9
+- LRU cache
10
+ - See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/lru/example_test.go)
11
12
## Requirements
13
0 commit comments