类 RedisMobileCacheConfig

java.lang.Object
com.iplatform.core.PlatformConfiguration
com.ishop.mobile.config.RedisMobileCacheConfig

@Configuration @ConditionalOnProperty(prefix="iplatform.cache", name="redis-enabled", havingValue="true", matchIfMissing=false) @ConditionalOnClass(com.walker.support.redis.cache.RedisCacheProvider.class) @AutoConfigureAfter(org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class) public class RedisMobileCacheConfig extends com.iplatform.core.PlatformConfiguration
  • 构造器详细资料

    • RedisMobileCacheConfig

      public RedisMobileCacheConfig()
  • 方法详细资料

    • wechatOpenIdCache

      @Bean public WechatOpenIdCache wechatOpenIdCache(com.walker.support.redis.RedisHelper redisHelper)
      微信openId调用,开放平台登录获取授权缓存对象。
      参数:
      redisHelper -
      返回:
    • preOrderCacheProvider

      @Bean public PreOrderCacheProvider preOrderCacheProvider(com.walker.support.redis.RedisHelper redisHelper)