@ -14,6 +14,7 @@ var (
ErrNotFound = errors.New("not found")
OptWithoutGetter = optWithoutGetter{} // for get only
OptWithCreateTime = optWithCreateTime{} // for set & get
OptWithRedisConn = optWithRedisConn{} // for set & get
)
type Cacher[T any] interface {
The note is not visible to the blocked user.