What are the properties and methods of cache Class ?

 Posted by Chvrsri on 11/1/2010 | Category: ASP.NET Interview questions | Views: 4334 | Points: 40
Answer:

Cahe Class ::


The Add/Insert method of the Cache class is used to add/insert an item into the cache. The Remove method removes a specified item from the cache. The Cache class contains the following properties and methods.

Properties

• Count
• Item


Methods

• Add
• Equals
• Get
• GetEnumerator
• GetHashCode
• GetType
• Insert
• Remove (Overloaded)
• ToString


Source: My Own | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response