Class AbstractCacheConfiguration

java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, ImportAware, EnvironmentAware
Direct Known Subclasses:
ClientCacheConfiguration, PeerCacheConfiguration

@Configuration public abstract class AbstractCacheConfiguration extends AbstractAnnotationConfigSupport implements ImportAware
AbstractCacheConfiguration is an abstract base class for configuring either a Pivotal GemFire/Apache Geode client or peer-based cache instance using Spring's Java-based, Annotation Configuration support. This class encapsulates configuration settings common to both Pivotal GemFire/Apache Geode peer caches and client caches.
Since:
1.9.0
Author:
John Blum
See Also: