JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.pfl.basic.concurrent
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.glassfish.pfl.basic.concurrent
package
org.glassfish.pfl.basic.concurrent
Classes
Class
Description
SoftCache
<K,
V>
A memory-sensitive implementation of the
Map
interface.
WeakCache
<K,
V>
A simple cache with weak keys.
WeakHashMapSafeReadLock
<K,
V>
A hashtable-based
Map
implementation with
weak keys
.