Uses of Interface
com.foxinmy.weixin4j.cache.CacheStorager
-
Packages that use CacheStorager Package Description com.foxinmy.weixin4j.cache com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.token com.foxinmy.weixin4j.wxa WeChat Mini Program support library. -
-
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.mp
Constructors in com.foxinmy.weixin4j.mp with parameters of type CacheStorager Constructor Description WeixinComponentProxy(CacheStorager<Token> cacheStorager)
微信第三方组件接口实现(使用weixin4j.properties配置的account#components账号信息)WeixinComponentProxy(WeixinMpAccount weixinMpAccount, CacheStorager<Token> cacheStorager)
微信第三方组件接口实现WeixinProxy(CacheStorager<Token> cacheStorager)
微信接口实现(使用weixin4j.properties配置的account账号信息)WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现 -
Uses of CacheStorager in com.foxinmy.weixin4j.mp.api
Constructors in com.foxinmy.weixin4j.mp.api with parameters of type CacheStorager Constructor Description PayOldApi(CacheStorager<Token> cacheStorager)
支付对象(使用weixin4j.properties配置的account商户信息)PayOldApi(WeixinOldPayAccount weixinPayAccount, CacheStorager<Token> cacheStorager)
支付对象 -
Uses of CacheStorager in com.foxinmy.weixin4j.qy
Constructors in com.foxinmy.weixin4j.qy with parameters of type CacheStorager Constructor Description WeixinProxy(CacheStorager<Token> cacheStorager)
微信接口实现(使用weixin4j.properties配置的account账号信息)WeixinProxy(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
微信接口实现WeixinSuiteProxy(CacheStorager<Token> cacheStorager)
微信第三方套件接口实现(使用weixin4j.properties配置的account账号信息)WeixinSuiteProxy(WeixinQyAccount weixinQyAccount, CacheStorager<Token> cacheStorager)
微信第三方套件接口实现 -
Uses of CacheStorager in com.foxinmy.weixin4j.qy.api
Constructors in com.foxinmy.weixin4j.qy.api with parameters of type CacheStorager Constructor Description ProviderApi(TokenManager providerTokenManager, CacheStorager<Token> 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)
-
Uses of CacheStorager in com.foxinmy.weixin4j.wxa
Constructors in com.foxinmy.weixin4j.wxa with parameters of type CacheStorager Constructor Description WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager)
ConstructsWeixinAppFacade
using specifiedCacheStorager
.WeixinAppFacade(WeixinAccount weixinAccount, CacheStorager<Token> cacheStorager, Properties properties)
ConstructsWeixinAppFacade
using specifiedCacheStorager
, and overrides properties defined inweixin.properties
.
-