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

E17493-01

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>
          A bounded size LRU (least recently used) cache strategy.
static class Maps.TimedLruCacheStrategy<K,V>
          A timed, bounded size LRU cache strategy.
static class Maps.UnboundedCacheStrategy<K,V>
          An unbounded cache strategy.
 

Methods in oracle.javatools.util that return Maps.CacheStrategy
protected  Maps.CacheStrategy<K,V> Maps.CacheMap.decoratedStrategy(Maps.CacheStrategy<K,V> strategy)
          Invoked by the Maps.CacheMap constructor to allow a subclass to replace the strategy passed to the constructor.
protected  Maps.CacheStrategy<K,V> Maps.ManagedCacheMap.decoratedStrategy(Maps.CacheStrategy<K,V> strategy)
           
 

Methods in oracle.javatools.util with parameters of type Maps.CacheStrategy
protected  Maps.CacheStrategy<K,V> Maps.CacheMap.decoratedStrategy(Maps.CacheStrategy<K,V> strategy)
          Invoked by the Maps.CacheMap constructor to allow a subclass to replace the strategy passed to the constructor.
protected  Maps.CacheStrategy<K,V> Maps.ManagedCacheMap.decoratedStrategy(Maps.CacheStrategy<K,V> strategy)
           
 

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


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

E17493-01

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