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 8404049 commit 5dafec6Copy full SHA for 5dafec6
README.md
@@ -6,7 +6,7 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
6
7
- a thread-safe
8
- implemented with [Go Generics](https://go.dev/blog/generics-proposal)
9
-- Simple `map[string]interface{}` with expiration times
+- Simple cache is like `map[string]interface{}` with expiration times
10
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/simple/example_test.go)
11
- LRU cache
12
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/lru/example_test.go)
0 commit comments