| Package | Description |
|---|---|
| org.cojen.dirmi.util |
Collection of general purpose utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
Cache.newSoftValueCache(int capacity)
Deprecated.
|
static <K,V> Cache<K,V> |
Cache.newWeakIdentityCache(int capacity)
Deprecated.
|
static <K,V> Cache<K,V> |
Cache.newWeakValueCache(int capacity)
Deprecated.
|
Copyright © 2006–2015 Cojen. All rights reserved.