Create and Update API
put
CacheApi.put(cacheName, key, value)cacheName: string
key: string
value: objectA Result object indicating the success or failure of the operation.putNoLock
Cache.putNoLock(cacheName, key, value)cacheName: string
key: string
value: objectpublishMessage
Parameters
Returns
Last updated