Class SearchCacheProperties
- java.lang.Object
-
- com.broadleafcommerce.search.core.cache.SearchCacheProperties
-
@ConfigurationProperties("broadleaf.search.cache") public class SearchCacheProperties extends ObjectProperties that influence cache settings for the search service- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description SearchCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DurationgetByIndexableType()DurationgetBySearchRequest()inthashCode()voidsetByIndexableType(Duration byIndexableType)voidsetBySearchRequest(Duration bySearchRequest)StringtoString()
-
-
-
Method Detail
-
getByIndexableType
public Duration getByIndexableType()
-
getBySearchRequest
public Duration getBySearchRequest()
-
setByIndexableType
public void setByIndexableType(Duration byIndexableType)
-
setBySearchRequest
public void setBySearchRequest(Duration bySearchRequest)
-
canEqual
protected boolean canEqual(Object other)
-
-