| Modifier and Type | Method and Description |
|---|---|
static MemoryPolicy |
MemoryPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryPolicy[] |
MemoryPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCreator |
RequestCreator.memoryPolicy(MemoryPolicy policy,
MemoryPolicy... additional)
Specifies the
MemoryPolicy to use for this request. |
RequestCreator |
RequestCreator.memoryPolicy(MemoryPolicy policy,
MemoryPolicy... additional)
Specifies the
MemoryPolicy to use for this request. |
Copyright © 2013–2016 Square, Inc.. All rights reserved.