|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfnmc.cache.SimpleCache
oracle.adfnmc.cache.ImmutableCache
public class ImmutableCache
| Field Summary |
|---|
| Fields inherited from class oracle.adfnmc.cache.SimpleCache |
|---|
access, cddr, config, data, MAX_COUNT, MAX_IDLE, provider, UNTYPED |
| Constructor Summary | |
|---|---|
ImmutableCache(CacheProvider cacheProvider,
java.lang.Object object)
The immutable cache provides a way to cache non-overwritable objects. |
|
| Method Summary | |
|---|---|
void |
put(java.lang.Object key,
java.lang.Object value)
Put an item (and update the last access timestamp) in the cache provided the key is not already present in the cache. |
| Methods inherited from class oracle.adfnmc.cache.SimpleCache |
|---|
dumpCache, get, getConfiguration, keySet, log, log, put, reset, setConfiguration, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImmutableCache(CacheProvider cacheProvider,
java.lang.Object object)
| Method Detail |
|---|
public void put(java.lang.Object key,
java.lang.Object value)
key - index into the cachevalue - of the item adding to the cache
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||