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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setByApplicationContextIdTtl
(Duration byApplicationContextIdTtl) void
setByApplicationUrlTtl
(Duration byApplicationUrlTtl) void
setByCatalogApplicationOwnedTtl
(Duration byCatalogApplicationOwnedTtl) void
setByCatalogChildrenTtl
(Duration byCatalogChildrenTtl) void
setByCatalogContextIdTtl
(Duration byCatalogContextIdTtl) void
setByCatalogInheritanceGraphTtl
(Duration byCatalogInheritanceGraphTtl) void
setByCatalogInheritedTtl
(Duration byCatalogInheritedTtl) void
setByCatalogLevelTtl
(Duration byCatalogLevelTtl) void
setByCatalogTopDownInheritanceTtl
(Duration byCatalogTopDownInheritanceTtl) void
setByCatalogTtl
(Duration byCatalogTtl) void
setByCatalogVendorRefTtl
(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
-