Which are the different Lookup cache types
-
Persistent
-
Dynamic
-
Static
-
All of the above
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.