Uses of Interface
com.github.benmanes.caffeine.cache.References.InternalReference
-
Packages that use References.InternalReference Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of References.InternalReference in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement References.InternalReference Modifier and Type Class Description (package private) static classReferences.LookupKeyReference<E>A short-lived adapter used for looking up an entry in the cache where the keys are weakly held.(package private) static classReferences.SoftValueReference<V>The value in a cache that holds values softly.(package private) static classReferences.WeakKeyReference<K>The key in a cache that holds keys weakly.(package private) static classReferences.WeakValueReference<V>The value in a cache that holds values weakly.
-