Class References
java.lang.Object
com.github.benmanes.caffeine.cache.References
Static utility methods and classes pertaining to weak and soft references.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
A weak or soft reference that includes the entry's key reference.(package private) static final class
A short-lived adapter used for looking up an entry in the cache where the keys are weakly held.(package private) static final class
The value in a cache that holds values softly.(package private) static class
The key in a cache that holds keys weakly.(package private) static final class
The value in a cache that holds values weakly. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
References
private References()
-