How to remove cache object in asp.net?
Answers were Sorted based on User's Feedback
Answer / amey
For Each de As DictionaryEntry In HttpContext.Current.Cache
HttpContext.Current.Cache.Remove(DirectCast(de.Key, String))
Is This Answer Correct ? | 0 Yes | 2 No |
what are the oops concepts are used in your project?
1 Answers AppShark, IBM, Kotak,
What is the use Membership in asp.net? and What is the use profiler in asp.net?
What was the difference between machine.config and web.config files
17 Answers Assurgent, NIIT, TCS,
What are the features that make asp.net more used framework? : asp.net mvc
What are the two Layouts supported by a Web form in ASP.NET?
What’s the difference between Response.Write() andResponse.Output.Write()?
Which method is used to enforce garbage collection in .net?
whats the best method to cal id in javascript
What symbol specifies the beginning of a query string?
What r Callbacks in ASP.NET?
What is the difference between a default skin and a named skin?
How Can we use multiple forms in single asp.net application?