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