Multiple choice technology programming languages

Which are the different Lookup cache types

  1. Persistent

  2. Dynamic

  3. Static

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Lookup transformations support three cache types: Static (default, loads entire cache), Dynamic (updates cache during session), and Persistent (cache saved to disk for reuse). These optimize lookup performance for different use cases.