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 Details

    • IgTicker

      public IgTicker()
  • Method Details

    • read

      public long read()
      Specified by:
      read in interface com.github.benmanes.caffeine.cache.Ticker
      Specified by:
      read in class com.google.common.base.Ticker