Class PeerCacheConfiguration

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportAware, org.springframework.context.EnvironmentAware
Direct Known Subclasses:
CacheServerConfiguration

@Configuration @Import(AdministrativeConfiguration.class) public class PeerCacheConfiguration extends AbstractCacheConfiguration
Spring Configuration class used to construct, configure and initialize a peer Cache instance in a Spring application context.
Since:
1.9.0
See Also: