com.alachisoft.ncache.web.caching
Class CompressedValueEntry
java.lang.Object
com.alachisoft.ncache.web.caching.CompressedValueEntry
public class CompressedValueEntry
- extends java.lang.Object
Field Summary |
com.alachisoft.ncache.util.BitSet |
Flag
|
java.lang.Object |
Value
|
Method Summary |
void |
setValue(byte[] value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flag
public com.alachisoft.ncache.util.BitSet Flag
Value
public java.lang.Object Value
CompressedValueEntry
public CompressedValueEntry()
CompressedValueEntry
public CompressedValueEntry(java.lang.Object value,
com.alachisoft.ncache.util.BitSet flag)
setValue
public void setValue(byte[] value)