修复nodeid溢出问题
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
     2、返回类型必须是可json序列化的 <br>
|
||||
     3、修饰必须是```protected```/```public``` <br>
|
||||
     4、修饰不能是```final```/```static``` <br>
|
||||
  本地缓存和远程缓存可同时设置,```expire```设置为0,表示永不过期。
|
||||
  本地缓存和远程缓存可同时设置,```expire```设置为0,表示永不过期, 支持异步方法(返回类型为```CompletableFuture```)。
|
||||
|
||||
  将结果进行本地缓存30秒且远程缓存60秒
|
||||
```java
|
||||
|
||||
Reference in New Issue
Block a user