Uses of Class
com.github.benmanes.caffeine.cache.MpscChunkedArrayQueueColdProducerFields
-
Packages that use MpscChunkedArrayQueueColdProducerFields Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of MpscChunkedArrayQueueColdProducerFields in com.github.benmanes.caffeine.cache
Subclasses of MpscChunkedArrayQueueColdProducerFields in com.github.benmanes.caffeine.cache Modifier and Type Class Description (package private) class
MpscChunkedArrayQueue<E>
(package private) class
MpscGrowableArrayQueue<E>
An MPSC array queue which starts at initialCapacity and grows to maxCapacity in linked chunks of the initial size.
-