Connected lookup uses________
-
Dynamic cache
-
Static cache
-
Both
-
NONE
C
Correct answer
Explanation
Connected lookup is flexible and can use either static cache (loaded once at session start) or dynamic cache (updated during session) depending on configuration. The cache type is determined by the lookup cache properties.