| Package | Description |
|---|---|
| oracle.javatools.data |
| Modifier and Type | Method and Description |
|---|---|
static <T> Cache<T> |
Cache.Factory.newSoftCache()
Creates a new
Cache that will hold soft
references to items of the specified type. |
static <T> Cache<T> |
Cache.Factory.newWeakCache()
Creates a new
Cache that will hold weak
references to items of the specified type. |