Method Initialize
Initialize(string, string)
Sets properties of the Caching system.
Declaration
public bool Initialize(string id, string dataStr)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id of thei object. |
string | dataStr | The JSON serialized CacheInitializationData object. |
Returns
Type | Description |
---|---|
bool | True if the initialization succeeded. |