protected class GeneralCache.ObjectClassTable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
hashtable |
| Constructor and Description |
|---|
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(java.lang.String objectClassName) |
GeneralCache.ObjectRecord |
getOldestEntry(java.lang.String objectClassName) |
void |
removeEntry(GeneralCache.ObjectRecord record)
Call ONLY if there is known to be an existing record in the object class table
|
public void addEntry(GeneralCache.ObjectRecord record)
public void removeEntry(GeneralCache.ObjectRecord record)
public int getCurrentMemberCount(java.lang.String objectClassName)
public GeneralCache.ObjectRecord getOldestEntry(java.lang.String objectClassName)