Provides a coarse grained time service. Registers a timer task which calls and caches {@link System#currentTimeMillis()}and returns the cached value. This is way faster than calling {@link System#currentTimeMillis()} many times, e.g.for each received message. The granularity (interval) can be chosen by the user.
@author Bela Ban
@since 3.5
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.