Class 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 Detail

      • IgTicker

        public IgTicker()
    • Method Detail

      • 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