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) classAbstractLinkedDeque<E>This class provides a skeletal implementation of theLinkedDequeinterface to minimize the effort required to implement this interface.(package private) classAccessOrderDeque<E extends AccessOrderDeque.AccessOrder<E>>A linked deque implementation used to represent an access-order queue.(package private) classWriteOrderDeque<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) static <K,V>
voidBoundedLocalCache. reorder(LinkedDeque<Node<K,V>> deque, Node<K,V> node)Updates the node's location in the policy's deque.
-