Multiple choice

Which of the following caches is also managed by using the Least Recently Used (LRU) algorithm, which is on a First-in First-out basis?

  1. Library cache

  2. Data dictionary cache

  3. Database buffer cache

  4. None of these

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

This type of cache is also managed by using the Least Recently Used (LRU) algorithm, which is on a First-in First-out basis.