What are the properties and methods of cache Class ?
Interview question and answer by:
Chvrsri | Posted on: 11/1/2010 | Category:
ASP.NET Interview questions | Views: 966 | |
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
Found interesting? Add this to: