|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.CacheItemSummaryStruct
public class CacheItemSummaryStruct
An identifying summary of cached SandPersistMessage. This exists primarily so it is possible for cache statistics to display information about a SandPersistMessage without actually referencing it. This is important because otherwise the display process would access the cache, possibly disturbing the access times of the items being displayed. This display class helps avoid these Heisenberg situations.
| Field Summary | |
|---|---|
protected java.lang.String |
classname
The short classname of the cached message. |
protected java.util.Date |
lastAccessedTime
The time this instance was last accessed. |
protected int |
size
The estimated total size in bytes of this instance. |
protected long |
uniqueID
The uniqueID of the cached message. |
| Constructor Summary | |
|---|---|
CacheItemSummaryStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String classname
protected long uniqueID
protected int size
protected java.util.Date lastAccessedTime
| Constructor Detail |
|---|
public CacheItemSummaryStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||