asp.net-cache Questions
1
Solved
I have used ASP.NET Web API CacheOutput Library for my asp.net project for web API and it working fine, but have another controller from where I have a POST method and I would like to invalidate my...
Setback asked 8/12, 2014 at 9:12
4
Solved
Is it legal to make the following statement:
if(Cache[CACHE_KEY] == null)
{
//do something to form cache
}
else
{
//do something else that uses cache
}
I'm not sure my program is actually func...
Huehuebner asked 6/4, 2011 at 8:38
1
© 2022 - 2024 — McMap. All rights reserved.