I am using the function below to store the cache was working normal, but now when add the time of 60min is as if it expired automatic, now if I enter a time greater like 181min the cache is maintained.
If anyone can help me, I'm grateful.
HttpContext.Current.Cache.Insert(chave,
valor,
null,
DateTime.Now.AddMinutes(60),
Cache.NoSlidingExpiration);