类 TTLRedisConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.config.BeanFactoryPostProcessor

    public class TTLRedisConfiguration
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
    Redis Configuration with TTL features
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    另请参阅:
    RedisCacheManager
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TTLRedisConfiguration

        public TTLRedisConfiguration()
    • 方法详细资料

      • postProcessBeanFactory

        public void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                                    throws org.springframework.beans.BeansException
        指定者:
        postProcessBeanFactory 在接口中 org.springframework.beans.factory.config.BeanFactoryPostProcessor
        抛出:
        org.springframework.beans.BeansException