Uses of Interface
com.github.benmanes.caffeine.cache.Ticker
Packages that use Ticker
Package
Description
This package contains in-memory caching functionality.
-
Uses of Ticker in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return TickerModifier and TypeMethodDescriptionstatic TickerTicker.disabledTicker()Returns a ticker that always returns0.static TickerTicker.systemTicker()Returns a ticker that reads the current time usingSystem.nanoTime().Methods in com.github.benmanes.caffeine.cache with parameters of type Ticker