Skip to content

Commit 5dafec6

Browse files
authored
Update README.md
1 parent 8404049 commit 5dafec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
66

77
- a thread-safe
88
- implemented with [Go Generics](https://go.dev/blog/generics-proposal)
9-
- Simple `map[string]interface{}` with expiration times
9+
- Simple cache is like `map[string]interface{}` with expiration times
1010
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/simple/example_test.go)
1111
- LRU cache
1212
- See [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/lru/example_test.go)

0 commit comments

Comments
 (0)