|
||||||||||
| 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
com.voidsearch.voidbase.apps.cache.containers.CacheValue
public class CacheValue
Cache value implementation of CacheContent
| Field Summary |
|---|
| Fields inherited from class com.voidsearch.voidbase.apps.cache.containers.CacheContent |
|---|
binary, text, type |
| Constructor Summary | |
|---|---|
CacheValue()
Creates a new instance of a CacheContent |
|
CacheValue(byte[] value)
Creates a new instance of a CacheConten |
|
CacheValue(java.lang.String value)
Creates a new instance of a CacheConten |
|
| Method Summary | |
|---|---|
void |
append(CacheValue value)
Appends a content to CacheValue - needs rewrite to support better content merging |
void |
append(java.lang.String text)
Appends a content to CacheValue - needs rewrite to support better content merging |
| Methods inherited from class com.voidsearch.voidbase.apps.cache.containers.CacheContent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheValue()
public CacheValue(java.lang.String value)
value - public CacheValue(byte[] value)
value - | Method Detail |
|---|
public void append(java.lang.String text)
text - public void append(CacheValue value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||