|
|
@@ -140,7 +140,6 @@ public class RedisCacheAspect { |
|
|
stringRedisTemplate.opsForHash().increment("hotapi", redisKey, 1); |
|
|
stringRedisTemplate.opsForHash().increment("hotapi", redisKey, 1); |
|
|
} |
|
|
} |
|
|
return result; |
|
|
return result; |
|
|
return null; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private Object parseCache(ProceedingJoinPoint jp, String redisKey, String value) { |
|
|
private Object parseCache(ProceedingJoinPoint jp, String redisKey, String value) { |
|
|
|