类 RedisConfigurer

java.lang.Object
cn.hamm.airpower.auto.RedisConfigurer
所有已实现的接口:
org.springframework.cache.annotation.CachingConfigurer

@Configuration @EnableCaching public class RedisConfigurer extends Object implements org.springframework.cache.annotation.CachingConfigurer

Redis配置

作者:
Hamm.cn
  • 构造器详细资料

    • RedisConfigurer

      public RedisConfigurer()
  • 方法详细资料

    • cacheManager

      @Bean public org.springframework.cache.CacheManager cacheManager()
      指定者:
      cacheManager 在接口中 org.springframework.cache.annotation.CachingConfigurer
    • keyGenerator

      @Bean public org.springframework.cache.interceptor.KeyGenerator keyGenerator()
      指定者:
      keyGenerator 在接口中 org.springframework.cache.annotation.CachingConfigurer
    • cacheResolver

      @Bean public org.springframework.cache.interceptor.CacheResolver cacheResolver()
      指定者:
      cacheResolver 在接口中 org.springframework.cache.annotation.CachingConfigurer