|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.novell.admin.ns.NSObjectCache
This class caches NSObjects.
| Constructor Summary | |
NSObjectCache()
|
|
| Method Summary | |
void |
freeDetails(java.lang.Object key)
Flushes the cache of NSObjects associated with the key. |
void |
freeDetails(java.lang.Object key,
ObjectEntry obj)
Flushes the cache of a particular NSObject associated with a key. |
NSObject |
getDetails(java.lang.Object key,
ObjectEntry obj)
Retrieves the cached NSObject for a given key. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NSObjectCache()
| Method Detail |
public NSObject getDetails(java.lang.Object key,
ObjectEntry obj)
obj - The ObjectEntry object to get details for.key - The key into the hash table where the NSObject is stored.public void freeDetails(java.lang.Object key)
key - The key.public void freeDetails(java.lang.Object key,
ObjectEntry obj)
key - The key.obj - The ObjectEntry associated with a particular NSObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||