Skip to content

Commit a963118

Browse files
committed
add adapters subpackage note
1 parent 064ebf8 commit a963118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type Cacher[K any, V any] interface {
7979
* `memoize` include a subpackage `cache` which provides several implementations for the `Cacher` interface
8080
* `Cache` is a simple in-memory forever cacher
8181
* `WithFallback`, `WithReadOnly`, and `WithWriteOnly`...etc wraps a cacher or more to provide or supress functionality
82+
* `cache/adapters` subpackage include adapters for popular Go caches to `Cacher` interface. such as [Hashicorp/LRU](https://github.com/hashicorp/golang-lru)
8283

8384
## Brenchmarks
8485

0 commit comments

Comments
 (0)