@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value={net.rubyeye.xmemcached.MemcachedClient.class,org.springframework.cache.CacheManager.class})
@Conditional(value=NotAppEngineProviderCondition.class)
@EnableConfigurationProperties(value=MemcachedCacheProperties.class)
public class XMemcachedCacheAutoConfiguration
extends java.lang.Object
Auto-configuration for the Memcached cache.
Creates CacheManager when caching is enabled via EnableCaching.| Constructor and Description |
|---|
XMemcachedCacheAutoConfiguration() |