-
Interfaces Interface Description com.github.benmanes.caffeine.cache.CacheWriter Scheduled for removal in version 3.0.0. Consider instead usingMap
compute methods for extending manual write and remove operations, and usingCaffeine.evictionListener(RemovalListener)
for extending removals due to eviction.
-
Classes Class Description com.github.benmanes.caffeine.base.UnsafeAccess Scheduled for removal in version 3.0.0com.github.benmanes.caffeine.SingleConsumerQueue Scheduled for removal in version 3.0.0
-
Methods Method Description com.github.benmanes.caffeine.cache.Caffeine.writer(CacheWriter<? super K1, ? super V1>) Scheduled for removal in version 3.0.0. Consider instead usingMap
compute methods for extending manual write and remove operations, and usingCaffeine.evictionListener(RemovalListener)
for extending removals due to eviction.com.github.benmanes.caffeine.cache.stats.ConcurrentStatsCounter.recordEviction() com.github.benmanes.caffeine.cache.stats.StatsCounter.recordEviction() UseStatsCounter.recordEviction(int, RemovalCause)
instead. This method is scheduled for removal in version 3.0.0.