Uses of Interface
com.foxinmy.weixin4j.cache.Cacheable
-
Packages that use Cacheable Package Description com.foxinmy.weixin4j.cache com.foxinmy.weixin4j.model -
-
Uses of Cacheable in com.foxinmy.weixin4j.cache
Classes in com.foxinmy.weixin4j.cache with type parameters of type Cacheable Modifier and Type Interface Description interface
CacheCreator<T extends Cacheable>
Cache的创建class
CacheManager<T extends Cacheable>
缓存管理类interface
CacheStorager<T extends Cacheable>
Cache的存储class
FileCacheStorager<T extends Cacheable>
用File保存缓存对象class
MemcacheCacheStorager<T extends Cacheable>
用Memcache保存缓存对象(推荐使用)class
MemoryCacheStorager<T extends Cacheable>
用内存保存缓存对象(不推荐使用)class
RedisCacheStorager<T extends Cacheable>
用Redis保存缓存对象(推荐使用)class
RedisClusterCacheStorager<T extends Cacheable>
用Redis(集群)保存缓存对象(推荐使用) -
Uses of Cacheable in com.foxinmy.weixin4j.model
Classes in com.foxinmy.weixin4j.model that implement Cacheable Modifier and Type Class Description class
Token
access_token是公众号的全局唯一票据,公众号调用各接口时都需使用access_token,正常情况下access_token有效期为7200秒, 重复获取将导致上次获取的access_token失效
-