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.
|
public static final int MAX_SIZE
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.