Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.util.TimedCache

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
<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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.