Package com.foxinmy.weixin4j.cache
Interface Cacheable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ComponentAuthorizerToken
,OauthToken
,Token
public interface Cacheable extends Serializable
可缓存的对象- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCreateTime()
创建时间(单位:毫秒)long
getExpires()
过期时间(单位:毫秒),值小于0时视为永不过期
-