@ConfigurationProperties(prefix="cache.reload.ahead") public class ReloadAheadProperties extends Object
| Constructor and Description |
|---|
ReloadAheadProperties() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getRefreshAheadInterval() |
Map<String,Duration> |
getRefreshAheadIntervalCaches() |
Duration |
getTimeToLive() |
void |
setRefreshAheadInterval(Duration refreshAheadInterval) |
void |
setRefreshAheadIntervalCaches(Map<String,Duration> refreshAheadIntervalCaches) |
void |
setTimeToLive(Duration timeToLive) |
public Duration getRefreshAheadInterval()
public Duration getTimeToLive()
public void setRefreshAheadInterval(Duration refreshAheadInterval)
public void setRefreshAheadIntervalCaches(Map<String,Duration> refreshAheadIntervalCaches)
public void setTimeToLive(Duration timeToLive)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.