public class CacheName
extends Object
-
字段概要
字段
缓存时间60分钟 Simple Redisson Cache: Expires One Hour
缓存时间10分钟 Simple Redisson Cache: Expires Ten Minutes
缓存不失效 Simple Redisson Cache: Expires Never
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
EXPIRES_AFTER_TEN_MINUTES
public static final String EXPIRES_AFTER_TEN_MINUTES
缓存时间10分钟 Simple Redisson Cache: Expires Ten Minutes
- 另请参阅:
-
-
EXPIRES_AFTER_ONE_HOUR
public static final String EXPIRES_AFTER_ONE_HOUR
缓存时间60分钟 Simple Redisson Cache: Expires One Hour
- 另请参阅:
-
-
NEVER_EXPIRES
public static final String NEVER_EXPIRES
缓存不失效 Simple Redisson Cache: Expires Never
- 另请参阅:
-
-
构造器详细资料
-
CacheName
public CacheName()