Uses of Interface
com.broadleafcommerce.common.extension.cache.temporal.TemporalIdentifier
-
Packages that use TemporalIdentifier Package Description com.broadleafcommerce.common.extension.cache.api com.broadleafcommerce.common.extension.cache.temporal -
-
Uses of TemporalIdentifier in com.broadleafcommerce.common.extension.cache.api
Methods in com.broadleafcommerce.common.extension.cache.api with parameters of type TemporalIdentifier Modifier and Type Method Description static 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 TemporalIdentifier Modifier and Type Method Description RoundedInstant
DefaultRoundedInstantFactory. roundNow(TemporalIdentifier temporalIdentifier)
RoundedInstant
RoundedInstantFactory. roundNow(TemporalIdentifier temporalIdentifier)
Given aTemporalIdentifier
instance, return a rounded version of the current instance in time based on an increment modulus.
-