Authored by wangshusheng

清理缓存

... ... @@ -120,7 +120,7 @@ public class RedisHashCache {
* @param hashKey
*/
public void delete(String cacheKey,Object obj, String... hashKey) {
logger.debug("Enter delete hash redis value. cacheKey is {}, hashKey is {}", cacheKey, hashKey);
logger.info("Enter delete hash redis value. cacheKey is {}, hashKey is {}", cacheKey, hashKey);
try {
if(null == cacheKey ){
return ;
... ...