Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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