|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface for a entry inside the cache, this interface is read-only
| Method Summary | |
long |
created()
when was the entry created. |
java.lang.String |
getKey()
|
java.lang.Object |
getValue()
|
int |
hitCount()
how many time was the entry accessed? |
long |
idletime()
time in milliseconds after which the object is flushed from the cache if it is not accessed during that time. |
long |
lastHit()
when was the entry accessed last time. |
long |
lastModified()
when was the entry last time modified. |
long |
size()
the size of the object |
long |
validUntil()
define time until the entry is valid |
| Method Detail |
public long lastHit()
public long lastModified()
public long created()
public int hitCount()
public java.lang.String getKey()
public java.lang.Object getValue()
public long size()
public long validUntil()
public long idletime()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||