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

E13403-04

Uses of Class
oracle.javatools.util.Maps.CacheStrategy

Packages that use Maps.CacheStrategy
oracle.javatools.util Provides general utilities. 
 

Uses of Maps.CacheStrategy in oracle.javatools.util
 

Subclasses of Maps.CacheStrategy in oracle.javatools.util
static class Maps.BoundedLruCacheStrategy<K,V,E extends Maps.AbstractLinkedEntry<K,V>>
          A bounded size LRU cache strategy.
static class Maps.UnboundedCacheStrategy<K,V,E extends Maps.AbstractLinkedEntry<K,V>>
          An unbounded cache strategy.
 

Methods in oracle.javatools.util that return Maps.CacheStrategy
 Maps.CacheStrategy<K,V,E> Maps.AbstractCacheMap.getStrategy()
          Gets the strategy used by this map.
 

Methods in oracle.javatools.util with parameters of type Maps.CacheStrategy
 void Maps.AbstractCacheMap.setStrategy(Maps.CacheStrategy<K,V,E> strategy)
          Sets the strategy used by this map.
 

Constructors in oracle.javatools.util with parameters of type Maps.CacheStrategy
Maps.AbstractCacheMap(Maps.CacheStrategy<K,V,E> strategy)
          Constructs an empty cache map.
Maps.CacheMap(Maps.CacheStrategy<K,V,Maps.AbstractLinkedEntry<K,V>> strategy)
          Constructs a cache map with specified Maps.CacheStrategy..
Maps.ManagedCacheMap(Maps.CacheStrategy<K,V,Maps.AbstractLinkedEntry<K,V>> strategy, java.lang.String name)
          Constructs a cache map with specified Maps.CacheStrategy.
 


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

E13403-04

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