new CacheProfile()
{
Location = ResponseCacheLocation.Client,
Duration = 500
});
Вызываю в контроллере
[ResponseCache(CacheProfileName = "Caching")]
public IActionResult Index()
{
return View();
}
Так ResponseCache и не кеширует. Попробуйте OutputCache
хелпанете?)
Обсуждают сегодня