Class BoundedLocalCache.PerformCleanupTask

java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
com.github.benmanes.caffeine.cache.BoundedLocalCache.PerformCleanupTask
All Implemented Interfaces:
Serializable, Runnable, Future<Void>
Enclosing class:
BoundedLocalCache<K,V>

static final class BoundedLocalCache.PerformCleanupTask extends ForkJoinTask<Void> implements Runnable
A reusable task that performs the maintenance work; used to avoid wrapping by ForkJoinPool.