Knowledge check

Completed
1.

Your user interface microservice obtains information from up to five other microservices to formulate pages. You want to optimize performance by caching each page. Which .NET Aspire integration should you use?

2.

You've installed and configured the .NET Aspire StackExchange Redis output caching integration. Now you want to ensure that the app's homepage is cached for 5 minutes. What should you do?

3.

You're using the .NET Aspire StackExchange Redis distributed caching integration to cache information from your product catalog. Where should you call the AddRedisDistributedCache() method?