@ConfigurationProperties(prefix="cloud.aws.elasticache") public class ElastiCacheProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ElastiCacheProperties.Cluster |
Constructor and Description |
---|
ElastiCacheProperties() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCacheNames() |
List<ElastiCacheProperties.Cluster> |
getClusters() |
int |
getDefaultExpiration() |
Map<String,Integer> |
getExpiryTimePerCache() |
void |
setClusters(List<ElastiCacheProperties.Cluster> clusters) |
void |
setDefaultExpiration(int defaultExpiration) |
public List<ElastiCacheProperties.Cluster> getClusters()
public void setClusters(List<ElastiCacheProperties.Cluster> clusters)
public int getDefaultExpiration()
public void setDefaultExpiration(int defaultExpiration)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.