Class DataTrackingCacheProperties
java.lang.Object
com.broadleafcommerce.data.tracking.core.cache.DataTrackingCacheProperties
@ConfigurationProperties("broadleaf.tracking.cache")
public class DataTrackingCacheProperties
extends Object
Properties that influence cache settings for data tracking
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetByApplicationContextIdTtl(Duration byApplicationContextIdTtl) voidsetByApplicationUrlTtl(Duration byApplicationUrlTtl) voidsetByCatalogApplicationOwnedTtl(Duration byCatalogApplicationOwnedTtl) voidsetByCatalogChildrenTtl(Duration byCatalogChildrenTtl) voidsetByCatalogContextIdTtl(Duration byCatalogContextIdTtl) voidsetByCatalogInheritanceGraphTtl(Duration byCatalogInheritanceGraphTtl) voidsetByCatalogInheritedTtl(Duration byCatalogInheritedTtl) voidsetByCatalogLevelTtl(Duration byCatalogLevelTtl) voidsetByCatalogTopDownInheritanceTtl(Duration byCatalogTopDownInheritanceTtl) voidsetByCatalogTtl(Duration byCatalogTtl) voidsetByCatalogVendorRefTtl(Duration byCatalogVendorRefTtl) toString()
-
Constructor Details
-
DataTrackingCacheProperties
public DataTrackingCacheProperties()
-
-
Method Details
-
getByCatalogTtl
-
getByCatalogInheritedTtl
-
getByCatalogContextIdTtl
-
getByCatalogVendorRefTtl
-
getByCatalogInheritanceGraphTtl
-
getByCatalogTopDownInheritanceTtl
-
getByCatalogChildrenTtl
-
getByCatalogApplicationOwnedTtl
-
getByCatalogLevelTtl
-
getByApplicationContextIdTtl
-
getByApplicationUrlTtl
-
setByCatalogTtl
-
setByCatalogInheritedTtl
-
setByCatalogContextIdTtl
-
setByCatalogVendorRefTtl
-
setByCatalogInheritanceGraphTtl
-
setByCatalogTopDownInheritanceTtl
-
setByCatalogChildrenTtl
-
setByCatalogApplicationOwnedTtl
-
setByCatalogLevelTtl
-
setByApplicationContextIdTtl
-
setByApplicationUrlTtl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-