| Method and Description |
|---|
| com.github.benmanes.caffeine.cache.stats.StatsCounter.recordEviction()
Use
StatsCounter.recordEviction(int, RemovalCause) instead. This method is
scheduled for removal in version 3.0.0. |
| com.github.benmanes.caffeine.cache.stats.ConcurrentStatsCounter.recordEviction() |
| com.github.benmanes.caffeine.cache.stats.StatsCounter.recordEviction(int)
Use
StatsCounter.recordEviction(int, RemovalCause) instead. This method is
scheduled for removal in version 3.0.0. |
| com.github.benmanes.caffeine.cache.stats.ConcurrentStatsCounter.recordEviction(int) |
| Constructor and Description |
|---|
| com.github.benmanes.caffeine.cache.stats.CacheStats(long, long, long, long, long, long)
This constructor is scheduled for removal in version 3.0.0.
|