Uses of Interface
com.broadleafcommerce.common.extension.cache.temporal.TemporalIdentifier
Packages that use TemporalIdentifier
Package
Description
-
Uses of TemporalIdentifier in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type TemporalIdentifierModifier and TypeMethodDescriptionstatic Instant
CacheUtility.now
(TemporalIdentifier temporalIdentifier) Given aTemporalIdentifier
instance, return the current instant in time (either now, or preview) -
Uses of TemporalIdentifier in com.broadleafcommerce.common.extension.cache.temporal
Methods in com.broadleafcommerce.common.extension.cache.temporal with parameters of type TemporalIdentifierModifier and TypeMethodDescriptionDefaultRoundedInstantFactory.roundNow
(TemporalIdentifier temporalIdentifier) RoundedInstantFactory.roundNow
(TemporalIdentifier temporalIdentifier) Given aTemporalIdentifier
instance, return a rounded version of the current instance in time based on an increment modulus.