CACHE

Cache - node is used to write data to a handy shared structure between different scenario processing instances. Application to synchronize parallel processing of the same object or to write data of an interrupted process that can be resumed. The node contains:
Cache action - SAVE, REMOVE, GET
Key - data record key
Value - value – it can be any object structure
Cache time – maximum storage time in the cache

Last updated