| Package | Description |
|---|---|
| oracle.ide.util |
Contains utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> TimedCache<K,V> |
TimedCache.newInstance()
Deprecated.
Static factory method to create a new
TimedCache instance with the default expiration time, capacity, and load factor. |
static <K,V> TimedCache<K,V> |
TimedCache.newInstance(int defaultExpiration)
Deprecated.
Static factory method to create a new
TimedCache instance with the deafult capacity and load factor. |
static <K,V> TimedCache<K,V> |
TimedCache.newInstance(int defaultExpiration, int initialCapacity, float loadFactor)
Deprecated.
Static factory method to create a new
TimedCache instance. |