Cache for User Maintained List

Cache for User Maintained List

Comments

  • I have a user maintained list that has about 2000 items. At runtime it goes through a process to prepare it for a form and currently it is doing this every time and it takes over 10 seconds.

    I would like to try to create this list as a cache list and from the flow perspective always retrieve from the cache. I’d also like to update that cache list. How would I go about this?

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]Are you fetching these with a fetch entities step or some other step? You can cache the outcome of this step/s[/font][/color][color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]ubflow so you don[/font][/color][color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]t[/font][/color][color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif] need to make a new call each time. The below document link has a brief overview of outcome caching and how to alter these settings.[/font][/color]
    [color=#222222]
    [/color]

    [color=#222222]Enable Caching on the Output of Steps: [/color][url=https://documentation.decisions.com/docs/enable-cache-on-output-of-steps]https://documentation.decisions.com/docs/enable-cache-on-output-of-steps[/url]

Sign In or Register to comment.