Class IndexCacheProperties


  • @ConfigurationProperties("broadleaf.index.cache")
    public class IndexCacheProperties
    extends Object
    Properties that influence cache settings for the indexer service
    Author:
    Jeff Fischer
    • Constructor Detail

      • IndexCacheProperties

        public IndexCacheProperties()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object