Skip to content

Commit a322747

Browse files
committed
fix comment
1 parent 91dcbf3 commit a322747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/wooyoo/learning/util/RedisCache.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ public Object removeObject(Object key) {
7777
}
7878

7979
/**
80-
* 我们不执行clear操作,避免执行危险的flush命令
81-
* 我们通过设置value的过期时间来保证cache的容量不会无限增长
80+
* Clears this cache instance
8281
*/
8382
@Override
8483
public void clear() {

0 commit comments

Comments
 (0)