Is it possible to cache Javascript object in Thingworx ?
Hi,
I'm going to implement the following logic for a tree:
1. Read the tree node from database Table
2. Convert the flat table entries into a javascript object which has pointers: left, next , parent
3. Traverse the javascript object to get the children by level.
Since the tree node in database table won't change frequently , I want cache the result of step 2#. How to where can I store a Javascript object in ThingWorx ?
Regards,
Sean
