|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03 |
|||||||||
| 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,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-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||