Class TTLRedisConfiguration
- java.lang.Object
-
- io.microsphere.spring.cache.redis.TTLRedisConfiguration
-
- All Implemented Interfaces:
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- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
RedisCacheManager
-
-
Constructor Summary
Constructors Constructor Description TTLRedisConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
-
Method Detail
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
- Specified by:
postProcessBeanFactory
in interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
org.springframework.beans.BeansException
-
-