|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cacheable | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
class |
Token
access_token是公众号的全局唯一票据,公众号调用各接口时都需使用access_token,正常情况下access_token有效期为7200秒, 重复获取将导致上次获取的access_token失效 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||