Skip to content

Commit

Permalink
Add note about built-in map backend in README
Browse files Browse the repository at this point in the history
motoki317 committed Apr 12, 2024
1 parent a6177e4 commit fd1c572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@ For a more detailed guide, see [reference](https://pkg.go.dev/github.com/motoki3
## Supported cache backends (cache replacement policy)

- Built-in map (default)
- Note: This backend cannot have max number of items configured. It holds all values in memory until expiration.
- LRU (Least Recently Used)
- 2Q (Two Queue Cache)

0 comments on commit fd1c572

Please sign in to comment.