@ConfigurationProperties(prefix="spring.cache.caffeine") public static class CaffeineCacheAutoConfig.CaffeineCacheProperties extends Object
| Constructor and Description |
|---|
CaffeineCacheProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getExpireHour() |
Integer |
getInitCacheCapacity() |
Long |
getMaxCacheCapacity() |
int |
hashCode() |
void |
setExpireHour(Integer expireHour) |
void |
setInitCacheCapacity(Integer initCacheCapacity) |
void |
setMaxCacheCapacity(Long maxCacheCapacity) |
String |
toString() |
public Integer getInitCacheCapacity()
public Long getMaxCacheCapacity()
public Integer getExpireHour()
public void setInitCacheCapacity(Integer initCacheCapacity)
public void setMaxCacheCapacity(Long maxCacheCapacity)
public void setExpireHour(Integer expireHour)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.