Overview
Projects often make use of data which requires considerable time to obtain due to costly computations, network and database lag, and API calls pricing. Text Cache provides the functionality to temporarily store Text values in Appian for very low latency access. Expiration policies can be specified for each individual cache entry, allowing for flexible cache configurations. Experienced designers may utilize this plug-in in conjunction with Appian's internalize/externalize functions to directly cache queryEntity, queryProcessAnalytics or integration results.
Key Features & Functionality
Functions:
*This plug-in is not designed to store extremely large text values, caution is advised*
Keep in mind, that the memory this plugin uses, is NOT shared between multiple servers or between the expression runtime and the process execution engines. Putting an item into the cache from a process and retrieving it from an expression will NOT work.
Totally agree with the multi-server limitation.
On the other hand, I've tested the process <-> expression and vice versa, seems to work fine (used a Script Task node).