Uses of Interface
com.foxinmy.weixin4j.cache.CacheStorager
-
Packages that use CacheStorager Package Description com.foxinmy.weixin4j.cache com.foxinmy.weixin4j.token -
-
Uses of CacheStorager in com.foxinmy.weixin4j.cache
Classes in com.foxinmy.weixin4j.cache that implement CacheStorager Modifier and Type Class Description 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(集群)保存缓存对象(推荐使用)Fields in com.foxinmy.weixin4j.cache declared as CacheStorager Modifier and Type Field Description protected CacheStorager<T>
CacheManager. cacheStorager
Constructors in com.foxinmy.weixin4j.cache with parameters of type CacheStorager Constructor Description CacheManager(CacheCreator<T> cacheCreator, CacheStorager<T> cacheStorager)
-
Uses of CacheStorager in com.foxinmy.weixin4j.token
Methods in com.foxinmy.weixin4j.token that return CacheStorager Modifier and Type Method Description CacheStorager<Token>
TicketManager. getCacheStorager()
Constructors in com.foxinmy.weixin4j.token with parameters of type CacheStorager Constructor Description PerTicketManager(String authAppId, String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TicketManager(String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
TokenManager(TokenCreator tokenCreator, CacheStorager<Token> cacheStorager)
-