|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimedCache | |
|---|---|
| oracle.ide.util | Contains utility classes. |
| Uses of TimedCache in oracle.ide.util |
|---|
| Methods in oracle.ide.util that return TimedCache | ||
|---|---|---|
static
|
TimedCache.newInstance()
Deprecated. Static factory method to create a new TimedCache instance with
the default expiration time, capacity, and load factor. |
|
static
|
TimedCache.newInstance(int defaultExpiration)
Deprecated. Static factory method to create a new TimedCache instance with
the deafult capacity and load factor. |
|
static
|
TimedCache.newInstance(int defaultExpiration,
int initialCapacity,
float loadFactor)
Deprecated. Static factory method to create a new TimedCache instance. |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||