Skip to content

Commit 308ca3b

Browse files
committed
fixed README for LRU cache
1 parent 7dc11c6 commit 308ca3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
66

77
- implemented with [Go Generics](https://go.dev/blog/generics-proposal)
88
- 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)
911

1012
## Requirements
1113

0 commit comments

Comments
 (0)