类 TTLRedisConfiguration
- java.lang.Object
-
- io.microsphere.spring.cache.redis.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
-
-
构造器概要
构造器 构造器 说明 TTLRedisConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
-
方法详细资料
-
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
-
-