Class DataExchangeLockCacheProperties

java.lang.Object
com.broadleafcommerce.dataexchange.service.DataExchangeLockCacheProperties

@ConfigurationProperties(prefix="broadleaf.dataexchange.lock-cache") public class DataExchangeLockCacheProperties extends Object
  • Constructor Details

    • DataExchangeLockCacheProperties

      public DataExchangeLockCacheProperties()
  • Method Details

    • getSize

      public int getSize()
      The maximum number of locks to keep in the cache.
    • getTimeoutMinutes

      public int getTimeoutMinutes()
      The timeout in minutes for each lock.
    • setSize

      public void setSize(int size)
      The maximum number of locks to keep in the cache.
    • setTimeoutMinutes

      public void setTimeoutMinutes(int timeoutMinutes)
      The timeout in minutes for each lock.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object