@ConfigurationProperties(value="broadleaf.tracking.cache") public class DataTrackingCacheProperties extends Object
Constructor and Description |
---|
DataTrackingCacheProperties() |
public Duration getByCatalogTtl()
public Duration getByCatalogInheritedTtl()
public Duration getByCatalogContextIdTtl()
public Duration getByCatalogVendorRefTtl()
public Duration getByCatalogInheritanceGraphTtl()
public Duration getByCatalogTopDownInheritanceTtl()
public Duration getByCatalogChildrenTtl()
public Duration getByCatalogApplicationOwnedTtl()
public Duration getByCatalogLevelTtl()
public Duration getByApplicationContextIdTtl()
public Duration getByApplicationUrlTtl()
public void setByCatalogTtl(Duration byCatalogTtl)
public void setByCatalogInheritedTtl(Duration byCatalogInheritedTtl)
public void setByCatalogContextIdTtl(Duration byCatalogContextIdTtl)
public void setByCatalogVendorRefTtl(Duration byCatalogVendorRefTtl)
public void setByCatalogInheritanceGraphTtl(Duration byCatalogInheritanceGraphTtl)
public void setByCatalogTopDownInheritanceTtl(Duration byCatalogTopDownInheritanceTtl)
public void setByCatalogChildrenTtl(Duration byCatalogChildrenTtl)
public void setByCatalogApplicationOwnedTtl(Duration byCatalogApplicationOwnedTtl)
public void setByCatalogLevelTtl(Duration byCatalogLevelTtl)
public void setByApplicationContextIdTtl(Duration byApplicationContextIdTtl)
public void setByApplicationUrlTtl(Duration byApplicationUrlTtl)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.