com.voidsearch.voidbase.apps.cache.containers
Class CacheValue

java.lang.Object
  extended by com.voidsearch.voidbase.apps.cache.containers.CacheContent
      extended by com.voidsearch.voidbase.apps.cache.containers.CacheValue

public class CacheValue
extends CacheContent

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

CacheValue

public CacheValue()
Creates a new instance of a CacheContent


CacheValue

public CacheValue(java.lang.String value)
Creates a new instance of a CacheConten

Parameters:
value -

CacheValue

public CacheValue(byte[] value)
Creates a new instance of a CacheConten

Parameters:
value -
Method Detail

append

public void append(java.lang.String text)
Appends a content to CacheValue - needs rewrite to support better content merging

Parameters:
text -

append

public void append(CacheValue value)
Appends a content to CacheValue - needs rewrite to support better content merging

Parameters:
value -


Copyright © 2009. All Rights Reserved.