Multiple choice technology web technology

Although the result set in output cache is updated every 15 sec, this is unacceptable in an ideal situation. What does ASP.NET 2.0 do to overcome this?

  1. SQL cache invalidation

  2. Trigger

  3. GridView

  4. Refresh

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

SQL Cache Invalidation is a feature that automatically removes cached data when the underlying database data changes. This solves the problem of stale cached data by providing real-time cache updates based on database triggers, eliminating the need for fixed time-based refresh intervals.