org.tinygroup.cachefactory
类 CacheFactoryBean
java.lang.Object
org.tinygroup.cachefactory.CacheFactoryBean
- 所有已实现的接口:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class CacheFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheFactoryBean
public CacheFactoryBean()
getObject
public Object getObject()
throws Exception
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean 中的 getObject
- 抛出:
Exception
getObjectType
public Class getObjectType()
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean 中的 getObjectType
isSingleton
public boolean isSingleton()
- 指定者:
- 接口
org.springframework.beans.factory.FactoryBean 中的 isSingleton
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- 指定者:
- 接口
org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
- 抛出:
Exception
getCacheRegion
public String getCacheRegion()
setCacheRegion
public void setCacheRegion(String cacheRegion)
getCacheManager
public CacheManager getCacheManager()
setCacheManager
public void setCacheManager(CacheManager cacheManager)
Copyright © 2006–2016 TinyGroup. All rights reserved.