Constructor and Description |
---|
MemoryProxy(D data)
Creates new memory proxy.
|
Modifier and Type | Method and Description |
---|---|
D |
getData()
Returns the proxy data.
|
void |
load(C loadConfig,
<any> callback)
Data should be retrieved using the specified load config.
|
void |
setData(D data)
Sets the proxy data.
|
protected D data
public MemoryProxy(D data)
data
- the local datapublic D getData()
public void load(C loadConfig, <any> callback)
DataProxy
public void setData(D data)
data
- the dataCopyright © 2020. All rights reserved.