Uses of Interface
com.github.benmanes.caffeine.cache.LinkedDeque
-
Packages that use LinkedDeque Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of LinkedDeque in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement LinkedDeque Modifier and Type Class Description (package private) class
AbstractLinkedDeque<E>
This class provides a skeletal implementation of theLinkedDeque
interface to minimize the effort required to implement this interface.(package private) class
AccessOrderDeque<E extends AccessOrderDeque.AccessOrder<E>>
A linked deque implementation used to represent an access-order queue.(package private) class
WriteOrderDeque<E extends WriteOrderDeque.WriteOrder<E>>
A linked deque implementation used to represent a write-order queue.Methods in com.github.benmanes.caffeine.cache with parameters of type LinkedDeque Modifier and Type Method Description (package private) void
BoundedLocalCache. removeNodes(LinkedDeque<Node<K,V>> deque, long now)
(package private) static <K,V>
voidBoundedLocalCache. reorder(LinkedDeque<Node<K,V>> deque, Node<K,V> node)
Updates the node's location in the policy's deque.
-