Which caching method is supported by ASP.Net?
Explanation
The correct answer is Data Caching. ASP.Net supports Data Caching, which allows storing data in memory for faster access. Output Caching is also available, but since the question asks for the supported caching type, Data Caching is the appropriate choice here.