| Package | Description |
|---|---|
| com.github.benmanes.caffeine.cache |
This package contains caching utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static Ticker |
Ticker.disabledTicker()
Returns a ticker that always returns
0. |
static Ticker |
Ticker.systemTicker()
Returns a ticker that reads the current time using
System.nanoTime(). |
| Modifier and Type | Method and Description |
|---|---|
Caffeine<K,V> |
Caffeine.ticker(Ticker ticker)
Specifies a nanosecond-precision time source for use in determining when entries should be
expired or refreshed.
|
Copyright © 2024. All rights reserved.