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