public class ElastiCacheFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.cache.Cache>
| Constructor and Description |
|---|
ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
List<CacheFactory> cacheFactories) |
ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
ResourceIdResolver resourceIdResolver,
List<? extends CacheFactory> cacheFactories) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.cache.Cache |
createInstance() |
protected void |
destroyInstance(org.springframework.cache.Cache instance) |
Class<org.springframework.cache.Cache> |
getObjectType() |
public ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
ResourceIdResolver resourceIdResolver,
List<? extends CacheFactory> cacheFactories)
public ElastiCacheFactoryBean(com.amazonaws.services.elasticache.AmazonElastiCache amazonElastiCache,
String cacheClusterId,
List<CacheFactory> cacheFactories)
public Class<org.springframework.cache.Cache> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.cache.Cache>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.cache.Cache>protected org.springframework.cache.Cache createInstance()
throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.cache.Cache>ExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.