Uses of Class
com.github.benmanes.caffeine.cache.MpscChunkedArrayQueue
Packages that use MpscChunkedArrayQueue
-
Uses of MpscChunkedArrayQueue in com.github.benmanes.caffeine.cache
Subclasses of MpscChunkedArrayQueue in com.github.benmanes.caffeine.cacheModifier and TypeClassDescription(package private) final class
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks of the initial size.