| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.cache.cloner |
Contains cache cloner implementations.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheCloner |
GridCacheConfiguration.getCloner()
Cloner to be used for cloning values that are returned to user only if
GridCacheFlag.CLONE
is set on GridCacheProjection. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConfiguration.setCloner(GridCacheCloner cloner)
Sets cloner to be used if
GridCacheFlag.CLONE flag is set on projection. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheBasicCloner
Basic cache cloner based on utilization of
Cloneable interface. |
class |
GridCacheDeepCloner
Cache deep cloner that creates a copy of an object using deep reflection.
|
Copyright © 2014. All rights reserved.