Class CacheProperties
java.lang.Object
com.broadleafcommerce.common.extension.cache.CacheProperties
Properties related to Broadleaf's integration with Spring Cache.
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Fully qualified classname of the auto configuration class for the desired cache manager strategy.The default window during which the cache key will not change for active date filtered queries.int
hashCode()
void
setActiveCacheManagerImplementation
(String activeCacheManagerImplementation) Fully qualified classname of the auto configuration class for the desired cache manager strategy.void
setDefaultInstantRoundingIncrement
(Duration defaultInstantRoundingIncrement) The default window during which the cache key will not change for active date filtered queries.toString()
-
Constructor Details
-
CacheProperties
public CacheProperties()
-
-
Method Details
-
getActiveCacheManagerImplementation
Fully qualified classname of the auto configuration class for the desired cache manager strategy. The default iscom.broadleafcommerce.common.extension.autoconfigure.IgniteCacheAutoConfiguration
. -
getDefaultInstantRoundingIncrement
The default window during which the cache key will not change for active date filtered queries. This reduces jitter and allows the cache to be effective until the cache TTL expires, or the cache key changes because this threshold is exceeded. The default value is 5 minutes. -
setActiveCacheManagerImplementation
Fully qualified classname of the auto configuration class for the desired cache manager strategy. The default iscom.broadleafcommerce.common.extension.autoconfigure.IgniteCacheAutoConfiguration
. -
setDefaultInstantRoundingIncrement
The default window during which the cache key will not change for active date filtered queries. This reduces jitter and allows the cache to be effective until the cache TTL expires, or the cache key changes because this threshold is exceeded. The default value is 5 minutes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-