public class MemcachedCacheDaoFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ByKeyExtrinsicCacheDao>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
MemcachedCacheDaoFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ByKeyExtrinsicCacheDao |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setMemcachedCacheDomain(MemcachedCacheDomain memcachedCacheDomain) |
public void setMemcachedCacheDomain(MemcachedCacheDomain memcachedCacheDomain)
public void afterPropertiesSet()
throws IOException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIOExceptionpublic ByKeyExtrinsicCacheDao getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<ByKeyExtrinsicCacheDao>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ByKeyExtrinsicCacheDao>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ByKeyExtrinsicCacheDao>Copyright © 2017. All rights reserved.