Interface RoundedInstant
-
public interface RoundedInstantInform of the current, specific time and a rounded time useful as an incremental cache key fragment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetNow()The specific, current timeInstantgetRounded()The rounded time useful as an incremental cache key fragmentInstantgetRounded(Duration increment)The rounded time useful as an incremental cache key fragment
-