|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||