Class TranslationCacheSizeProperties
java.lang.Object
com.broadleafcommerce.translation.cache.TranslationCacheSizeProperties
@ConfigurationProperties("broadleaf.translation.cache.sizes")
public class TranslationCacheSizeProperties
extends Object
Properties that influence cache estimated size settings for the service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.springframework.util.unit.DataSizeinthashCode()voidsetByEntityLocale(org.springframework.util.unit.DataSize byEntityLocale) toString()
-
Constructor Details
-
TranslationCacheSizeProperties
public TranslationCacheSizeProperties()
-
-
Method Details
-
getByEntityLocale
public org.springframework.util.unit.DataSize getByEntityLocale() -
setByEntityLocale
public void setByEntityLocale(org.springframework.util.unit.DataSize byEntityLocale) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-