|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thimbleware.jmemcached.MCElement
public final class MCElement
Represents information about a cache entry.
| Field Summary | |
|---|---|
byte[] |
data
|
int |
data_length
|
int |
expire
|
java.lang.String |
flags
|
java.lang.String |
keystring
|
| Constructor Summary | |
|---|---|
MCElement()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int expire
public java.lang.String flags
public int data_length
public byte[] data
public java.lang.String keystring
| Constructor Detail |
|---|
public MCElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||