|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.util.Maps.CacheStrategy<K,V>
oracle.javatools.util.Maps.UnboundedCacheStrategy<K,V>
public static class Maps.UnboundedCacheStrategy<K,V>
An unbounded cache strategy.
Maps.CacheStrategy, Serialized Form| Field Summary |
|---|
| Fields inherited from class oracle.javatools.util.Maps.CacheStrategy |
|---|
CANONICAL, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, HARD, NONCANONICAL, NOT_CANONICAL, SOFT, STRONG, WEAK |
| Constructor Summary | |
|---|---|
Maps.UnboundedCacheStrategy()Constructs an unbounded, non-canonical cache strategy of strongly- referenced values. |
|
Maps.UnboundedCacheStrategy(int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)Constructs an unbounded cache strategy. |
|
Maps.UnboundedCacheStrategy(Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)Constructs an unbounded cache strategy. |
|
Maps.UnboundedCacheStrategy(Maps.CacheMap.Strength defaultStrength)Constructs an unbounded, non-canonical cache strategy. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.javatools.util.Maps.CacheStrategy |
|---|
createDefaultEntry, createEntry, createEvictedEntry, createSoftEntry, createWeakEntry, entryAccessed, entryAdded, entryChanged, entryEvicted, entryPurged, entryRemoved, getCanonicity, getDefaultStrength, getInitialCapacity, getLoadFactor, mapChanged, mapConstructed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Maps.UnboundedCacheStrategy()
Maps.CacheStrategy.DEFAULT_INITIAL_CAPACITY and Maps.CacheStrategy.DEFAULT_LOAD_FACTOR, respectively.public Maps.UnboundedCacheStrategy(Maps.CacheMap.Strength defaultStrength)
Maps.CacheStrategy.DEFAULT_INITIAL_CAPACITY and Maps.CacheStrategy.DEFAULT_LOAD_FACTOR, respectively.
defaultStrength - The default strength of value references.
public Maps.UnboundedCacheStrategy(Maps.CacheMap.Canonicity canonicity,
Maps.CacheMap.Strength strength)
Maps.CacheStrategy.DEFAULT_INITIAL_CAPACITY and Maps.CacheStrategy.DEFAULT_LOAD_FACTOR, respectively.
canonicity - Canonicity of this cache.strength - The strength of value references.
public Maps.UnboundedCacheStrategy(int initialCapacity,
float loadFactor,
Maps.CacheMap.Canonicity canonicity,
Maps.CacheMap.Strength strength)
initialCapacity - The initial capacity (see Maps.CacheStrategy.DEFAULT_INITIAL_CAPACITY).loadFactor - The load factor (see Maps.CacheStrategy.DEFAULT_LOAD_FACTOR).canonicity - Canonicity of this cache.strength - The strength of value references.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||