public final class CachedData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIZE
The maximum size that should be considered storing in a server.
|
Constructor and Description |
---|
CachedData(int f,
byte[] d,
int maxSize)
Get a CachedData instance for the given flags and byte array.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Get the stored data.
|
int |
getFlags()
Get the flags stored along with this value.
|
java.lang.String |
toString() |
public static final int MAX_SIZE
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.