事实上valueEncoder或valueDecoder里的泛型是不是只有CacheValueHolder这一种可能? #767
darknesstm
started this conversation in
General
Replies: 1 comment
-
应该没有为什么吧,已经这样写了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题,那么为啥要定义为
Function<Object, byte[]>
Function<byte[], Object>
不应该是这样的么?
Function<CacheValueHolder<?>, byte[]>
Function<byte[], CacheValueHolder<?>>
Beta Was this translation helpful? Give feedback.
All reactions