com.zwares.base.cache
Class CacheableString

java.lang.Object
  |
  +--com.zwares.base.cache.CacheableString
All Implemented Interfaces:
Cacheable, java.io.Serializable

public class CacheableString
extends java.lang.Object
implements Cacheable, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String _object
           
 
Constructor Summary
CacheableString(java.lang.String object)
           
 
Method Summary
 int getSize()
           
 java.lang.String getString()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_object

protected java.lang.String _object
Constructor Detail

CacheableString

public CacheableString(java.lang.String object)
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface Cacheable

getString

public java.lang.String getString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object