GetSessionCacheObject
Retrieves the named JSON object from the session cache. Returns null
if the object cannot be found.
Method Parameters
Parameter | Description |
---|---|
key | The name of object to retrieve |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var myAddressObject = bridge.getSessionCacheObject("address");
var myAddressObject = bridge.getSessionCacheObject("address");