We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcac98 commit 5e811f6Copy full SHA for 5e811f6
utilcode/src/main/java/com/blankj/utilcode/util/CacheUtils.java
@@ -48,8 +48,8 @@ public class CacheUtils {
48
49
public static final int SEC = 1;
50
public static final int MIN = 60;
51
- public static final int HOUR = 360;
52
- public static final int DAY = 8640;
+ public static final int HOUR = 3600;
+ public static final int DAY = 86400;
53
54
private static Map<String, CacheUtils> sCacheMap = new HashMap<>();
55
private CacheManager mCacheManager;
0 commit comments