Interface and Description |
---|
com.github.benmanes.caffeine.cache.CacheWriter
Scheduled for removal in version 3.0.0. Consider instead using
Map compute
methods for extending manual write and remove operations, and using
Caffeine.evictionListener(RemovalListener) for extending removals due to
eviction. |
Class and Description |
---|
com.github.benmanes.caffeine.SingleConsumerQueue
Scheduled for removal in version 3.0.0
|
com.github.benmanes.caffeine.base.UnsafeAccess
Scheduled for removal in version 3.0.0
|
Method and Description |
---|
com.github.benmanes.caffeine.cache.stats.ConcurrentStatsCounter.recordEviction() |
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(int) |
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.Caffeine.writer(CacheWriter<? super K1, ? super V1>)
Scheduled for removal in version 3.0.0. Consider instead using
Map compute
methods for extending manual write and remove operations, and using
Caffeine.evictionListener(RemovalListener) for extending removals due to eviction. |
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.
|
com.github.benmanes.caffeine.cache.stats.CacheStats(long, long, long, long, long, long, long) |