Package org.forgerock.openig.util
Class IgTicker
java.lang.Object
com.google.common.base.Ticker
org.forgerock.openig.util.IgTicker
- All Implemented Interfaces:
com.github.benmanes.caffeine.cache.Ticker
public class IgTicker
extends com.google.common.base.Ticker
implements com.github.benmanes.caffeine.cache.Ticker
A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary
point in time.
This class is compatible with Caffeine and Guava.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.common.base.Ticker
systemTicker
-
Constructor Details
-
IgTicker
public IgTicker()
-
-
Method Details
-
read
public long read()- Specified by:
read
in interfacecom.github.benmanes.caffeine.cache.Ticker
- Specified by:
read
in classcom.google.common.base.Ticker
-