protected class GeneralCache.ObjectClassTable extends Object
Constructor and Description |
---|
GeneralCache.ObjectClassTable() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(GeneralCache.ObjectRecord record)
Call ONLY if there is no existing record in the object class table for this record
|
int |
getCurrentMemberCount(String objectClassName) |
GeneralCache.ObjectRecord |
getOldestEntry(String objectClassName) |
void |
removeEntry(GeneralCache.ObjectRecord record)
Call ONLY if there is known to be an existing record in the object class table
|
protected HashMap hashtable
public void addEntry(GeneralCache.ObjectRecord record)
public void removeEntry(GeneralCache.ObjectRecord record)
public int getCurrentMemberCount(String objectClassName)
public GeneralCache.ObjectRecord getOldestEntry(String objectClassName)