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*
Changelog Version 1.1.0:
· Added textcachelifetime and textcachesize functions.
· Time unit can now be specified in textcacheset (seconds, minutes, hours, days).
· Increased cache max size from 10K to 100K.
· Hidden textcacheclear function to avoid clearing the entire cache by mistake.
· Bumped Appian compatibility to 19.4.
Did you hide the textcacheclear function or remove it? I am no longer able to execute textcacheclear(), I get the message:
Expression evaluation error at function 'textcacheclear' [line 21]: The function 'textcacheclear' is unavailable.
That function was very useful for debugging and development purposes.
Hi derekl, thanks for pointing this out. I have submitted a new version fixing the issue, might take a few days to be published in the marketplace.
Regards