类 RedisCacheCreator

java.lang.Object
org.babyfish.jimmer.sql.cache.spi.AbstractCacheCreator
org.babyfish.jimmer.sql.cache.redis.spring.RedisCacheCreator
所有已实现的接口:
CacheCreator

public class RedisCacheCreator extends AbstractCacheCreator
  • 构造器详细资料

    • RedisCacheCreator

      public RedisCacheCreator(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
    • RedisCacheCreator

      public RedisCacheCreator(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • RedisCacheCreator

      protected RedisCacheCreator(AbstractCacheCreator.Cfg cfg)
  • 方法详细资料