|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.voidsearch.voidbase.apps.cache.containers.CacheContent
public abstract class CacheContent
Placeholder for all other Cache content clases for key, value etc.
| Field Summary | |
|---|---|
byte[] |
binary
|
java.lang.String |
text
|
CacheContentType |
type
|
| Constructor Summary | |
|---|---|
CacheContent()
Creates new instance of a CacheContent |
|
CacheContent(byte[] value)
Creates new instance of a CacheContent with bytearray |
|
CacheContent(java.lang.String value)
Creates new instance of a CacheContent with String value |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns String from CacheContent object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String text
public byte[] binary
public CacheContentType type
| Constructor Detail |
|---|
public CacheContent()
public CacheContent(java.lang.String value)
value - public CacheContent(byte[] value)
value - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||