Put In Cache
  • 19 Mar 2025
  • 1 Minute to read
  • Dark
    Light

Put In Cache

  • Dark
    Light

Article summary

Step Details

Introduced in Version4.0.0
Last Modified in Version9.6.0
LocationSystem > Caching

Use the Put In Cache step to place some value in memory for a defined time. Cache Instance Name can be any name you want to associate with this cache. Cache Type Name can be the default Decisions cache or a custom cache found under System > Administration > Cache. The Key will be the key by which this cache will be accessible. Value is the data that will be stored.

In newer versions the Cache Name and Definition are established at the Project level.


Properties

Cache (v9.6+)

PropertyDescriptionData Type
Cache NameProject level cache instances.---
Selected Cache DefinitionDisplays the definition of the chosen cache instance.---
Item TypeData type of the items to be added to the list.---
Select Cache at RuntimeRuntime selecting a cache is an advanced action and may create problems if the cache selected is not valid. Instead of this feature, we recommend using multiple cache steps with paths to each so that the configuration of your process is very clear.
Boolean

Cache Setup (prior to v9.6)

PropertyDescriptionData Type
Type NameSelect the Data type of the value being added to the cache. ---

Settings (prior to v9.6. Not found in later versions)

PropertyDescriptionData Type
Get Cache Type at RuntimeSet whether the Cache Type Name can be selected at Runtime or Design Time. Boolean
Cache TypePick the cache type. This is established in System > Administration > Cache.
---

Inputs (v9.6+)

PropertyDescriptionData Type
KeyThe value by which this cache will be accessible.String
ValueThe data that will be stored.String

Inputs (prior to v9.6)

PropertyDescriptionData Type
Cache Instance NameDefine the name that will be associated with this cache.String
Cache Type NameDefine the cache type. This is established in System > Administration > Cache.String
KeyThe value by which this cache will be accessible.String
ValueThe data that will be stored.String


Step Changes

DescriptionVersionRelease DateDeveloper Task
Properties have changes across all Cache Steps.9.6January 2025[DT-042388]
Related Information

Articles:
Caching Overview
Cache Definitions

Example Labs:
Cache Flow Data


Was this article helpful?