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