Uses of Interface
com.foxinmy.weixin4j.cache.CacheStorager

Packages that use CacheStorager
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
 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(集群)保存缓存对象(推荐使用)
 

Constructors in com.foxinmy.weixin4j.cache with parameters of type CacheStorager
CacheManager(CacheCreator<T> cacheCreator, CacheStorager<T> cacheStorager)
           
 

Uses of CacheStorager in com.foxinmy.weixin4j.token
 

Methods in com.foxinmy.weixin4j.token that return CacheStorager
 CacheStorager<Token> TicketManager.getCacheStorager()
           
 

Constructors in com.foxinmy.weixin4j.token with parameters of type CacheStorager
PerTicketManager(String authAppId, String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
           
TicketManager(String thirdId, String thirdSecret, CacheStorager<Token> cacheStorager)
           
TokenManager(TokenCreator tokenCreator, CacheStorager<Token> cacheStorager)
           
 



Copyright © 2014–2017. All rights reserved.