Class IndexCacheProperties
- java.lang.Object
-
- com.broadleafcommerce.search.index.core.cache.IndexCacheProperties
-
@ConfigurationProperties("broadleaf.index.cache") public class IndexCacheProperties extends ObjectProperties that influence cache settings for the indexer service- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description IndexCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DurationgetFieldsByIndexableType()DurationgetLocalesByTenantId()inthashCode()voidsetFieldsByIndexableType(Duration fieldsByIndexableType)voidsetLocalesByTenantId(Duration localesByTenantId)StringtoString()
-
-
-
Method Detail
-
getFieldsByIndexableType
public Duration getFieldsByIndexableType()
-
getLocalesByTenantId
public Duration getLocalesByTenantId()
-
setFieldsByIndexableType
public void setFieldsByIndexableType(Duration fieldsByIndexableType)
-
setLocalesByTenantId
public void setLocalesByTenantId(Duration localesByTenantId)
-
canEqual
protected boolean canEqual(Object other)
-
-