Loading data from a cache is very straightforward using the load from cache shape, however you do need to consider what data you want to load. You can:
Load all cached data from a static cache key
Load multiple, targeted items from a dynamic cache key
Load a single, targeted item from a dynamic cache key
Each of these options requires a slightly different approach, as summarised in the diagram below and explained in subsequent sections:
Last updated 2 years ago
Was this helpful?