public class CacheFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
CacheFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
CacheManager |
getCacheManager() |
String |
getCacheRegion() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setCacheManager(CacheManager cacheManager) |
void |
setCacheRegion(String cacheRegion) |
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public String getCacheRegion()
public void setCacheRegion(String cacheRegion)
public CacheManager getCacheManager()
public void setCacheManager(CacheManager cacheManager)
Copyright © 2006–2018 TinyGroup. All rights reserved.