Uses of Interface
com.foxinmy.weixin4j.cache.CacheCreator
-
Packages that use CacheCreator Package Description com.foxinmy.weixin4j.cache com.foxinmy.weixin4j.token -
-
Uses of CacheCreator in com.foxinmy.weixin4j.cache
Fields in com.foxinmy.weixin4j.cache declared as CacheCreator Modifier and Type Field Description protected CacheCreator<T>
CacheManager. cacheCreator
Constructors in com.foxinmy.weixin4j.cache with parameters of type CacheCreator Constructor Description CacheManager(CacheCreator<T> cacheCreator, CacheStorager<T> cacheStorager)
-
Uses of CacheCreator in com.foxinmy.weixin4j.token
Classes in com.foxinmy.weixin4j.token that implement CacheCreator Modifier and Type Class Description class
TokenCreator
Token的创建
-