|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.store.DiskStore.DiskElement
public static final class DiskStore.DiskElement
A reference to an on-disk elements.
Copies of expiryTime and hitcount are held here as a performance optimisation, so that we do not need to load the data from Disk to get this often used information.
| Constructor Summary | |
|---|---|
DiskStore.DiskElement()
|
|
| Method Summary | |
|---|---|
void |
free()
free. |
long |
getExpiry()
|
long |
getHitCount()
|
java.lang.Object |
getObjectKey()
|
long |
getPosition()
|
int |
getSize()
|
boolean |
isValid()
isValid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiskStore.DiskElement()
| Method Detail |
|---|
public java.lang.Object getObjectKey()
public long getHitCount()
public long getExpiry()
public int getSize()
public long getPosition()
public void free()
public boolean isValid()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||