3秒缓存
This commit is contained in:
@@ -84,6 +84,11 @@ public class RedisUtils {
|
||||
return this.fromJson(jsonStr, clazz);
|
||||
}
|
||||
|
||||
public <T> T getObjectDate(String key, Class<T> clazz) {
|
||||
String jsonStr = get(key);
|
||||
return this.fromJson(jsonStr, clazz);
|
||||
}
|
||||
|
||||
public String getDate(String key, String method) {
|
||||
if (!this.hasKey(key)) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user