Questions tagged [asp.net-cache]
20 questions
0
votes
1 answer
ASP.NET Caching in a web cluster
We are building a large scale web platform where we try to use Caching to speed up things - though now it's a single server, we'll probably upgrade it to a cluster. Will the Caching work there? Should we consider anything special?
Thanks1

Roman
- 4,443
- 14
- 56
- 81
0
votes
0 answers
CACHING using asp.net
I am using vb.net and asp.net. My web application is used by multiple parallel users .
I have a table named "Tracked_Table"
I want to cache this table for 10 seconds and after 10 seconds, i wanted to reload the cache again with the latest…

Pravin Kumar
- 693
- 1
- 9
- 35
0
votes
1 answer
Get cache elements with key
In ASP.NET, we have the
IDictionaryEnumerator enumerator = Cache.GetEnumerator();
to get the elements of all cache objecs.
Do we have any method to get the cache objects that start with particular string. Something like
IDictionaryEnumerator…

renuka
- 549
- 2
- 5
- 11
0
votes
0 answers
Access denied error when my Azure Website is shutting down (removing cache items)
My app is working well on Azure Websites (not Web role, please exclude web role specific answers !), but sometimes I got the following error in my logs :
System.UnauthorizedAccessException: Access to the path…

JYL
- 8,228
- 5
- 39
- 63
0
votes
1 answer
Is outputcached action result expired *immediately* after the dependency breaks?
I'm looking to set views dependent on cached objects so that when they are expired or explicitly removed from cache the cached result is immediately expired so that there is no chance the outdated HTML is rendered.
For that, I'll be…

Fabio Milheiro
- 8,100
- 17
- 57
- 96