Uses of Package
com.github.benmanes.caffeine
-
Packages that use com.github.benmanes.caffeine Package Description com.github.benmanes.caffeine Utility classes commonly useful in concurrent programming. -
Classes in com.github.benmanes.caffeine used by com.github.benmanes.caffeine Class Description SCQHeader.HeadAndTailRef Enforces a memory layout to avoid false sharing by padding the tail node.SCQHeader.HeadRef Enforces a memory layout to avoid false sharing by padding the head node.SCQHeader.PadHead SCQHeader.PadHeadAndTail SingleConsumerQueue A lock-free unbounded queue based on linked nodes that supports concurrent producers and is restricted to a single consumer.SingleConsumerQueue.Node