How to remove cache object in asp.net?

Answers were Sorted based on User's Feedback



How to remove cache object in asp.net?..

Answer / ravi.n

by using cache.remove()

Is This Answer Correct ?    1 Yes 0 No

How to remove cache object in asp.net?..

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

Post New Answer

More ASP.NET Interview Questions

What are the file extensions for razor views?

0 Answers   NA,


How do http sessions work?

0 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


Contrast OOP and SOA. What are tenets of each ?

0 Answers  


How to publish website

1 Answers   Syntel,


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


What is a web based system?

0 Answers  


Explain the components of web form in asp.net

0 Answers  


If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


Rate yourself in .net and sql database?

1 Answers   BrickRed, Infosys, Satyam, SP Software,


ASP.NET Web Service

1 Answers  


What is ascx?

0 Answers  


Categories