Multiple choice technology testing

web_cache_cleanup() is ___ type of function

  1. Service function

  2. Timeout Function

  3. Cache function

  4. Proxy Server Function

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

web_cache_cleanup() is a cache management function in LoadRunner that clears the simulation cache. It frees up memory by removing cached responses and is particularly useful in long-running scripts or when cache buildup causes issues. It is not a service function, timeout function, or proxy server function.