Class EvictionConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.EvictionConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportAware, ApplicationContextAware, EnvironmentAware

@Configuration public class EvictionConfiguration extends AbstractAnnotationConfigSupport implements ApplicationContextAware, ImportAware
The EvictionConfiguration class is a Spring @Configuration annotated class to enable Eviction policy configuration on cache Regions.
Since:
1.9.0
Author:
John Blum
See Also: