|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 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.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |