You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ type Cacher[K any, V any] interface {
79
79
*`memoize` include a subpackage `cache` which provides several implementations for the `Cacher` interface
80
80
*`Cache` is a simple in-memory forever cacher
81
81
*`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)
0 commit comments