public class GridCacheBasicCloner extends Object implements GridCacheCloner
Cloneable interface. If
a passed in object implements Cloneable then its implementation of
Object.clone() is used to get a copy. Otherwise, the object itself
will be returned without cloning.| Constructor and Description |
|---|
GridCacheBasicCloner() |
public <T> T cloneValue(T val)
throws GridException
cloneValue in interface GridCacheClonerval - Object to make a clone for.GridException - If failed to clone given object.Copyright © 2014. All rights reserved.