public interface GroovyEngine.Cloner
Strategy used to clone session values for completion and inspection workflows.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
clone(Object obj)Creates a copy of the given object. |
|
public void |
markCache()Marks the current state of the cache. |
|
public void |
purgeCache()Purges cache entries created since the last mark. |